Nightly: Rainbow-Theme Soundbutton erhält 1s Regenbogen-Flash beim Klick (analog Partymode)
This commit is contained in:
parent
49a4407bba
commit
f50c354ab2
2 changed files with 22 additions and 1 deletions
|
|
@ -324,6 +324,14 @@ body {
|
|||
100% { background-position: 0% 50%; }
|
||||
}
|
||||
|
||||
/* Rainbow-Theme: kurzzeitige Flash-Animation für gedrückte Sound-Buttons */
|
||||
[data-theme="rainbow"] .sound-btn.rainbow-flash {
|
||||
background: linear-gradient(45deg, #ff0000, #ff8000, #ffff00, #80ff00, #00ff00, #00ff80, #00ffff, #0080ff, #0000ff, #8000ff, #ff00ff, #ff0080) !important;
|
||||
background-size: 400% 400% !important;
|
||||
animation: chaos-rainbow-animation 1s ease-in-out 1;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Neuer Header-Style basierend auf Google Stitch Design */
|
||||
header {
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue