refactor(waybar): improve gradient colors for playing media
This commit is contained in:
parent
f511670032
commit
8da900cb1e
@ -84,11 +84,17 @@
|
||||
#custom-media.playing {
|
||||
background: linear-gradient(
|
||||
-45deg,
|
||||
rgba(126, 156, 216, 0.75),
|
||||
rgba(156, 171, 202, 0.75),
|
||||
rgba(210, 126, 153, 0.75),
|
||||
rgba(255, 93, 98, 0.75),
|
||||
rgba(149, 127, 184, 0.75)
|
||||
rgba(126, 156, 216, 0.9),
|
||||
rgba(210, 126, 153, 0.9),
|
||||
rgba(255, 93, 98, 0.9),
|
||||
rgba(255, 93, 98, 0.9),
|
||||
rgba(255, 93, 98, 0.9),
|
||||
rgba(255, 93, 98, 0.9),
|
||||
rgba(255, 93, 98, 0.9),
|
||||
rgba(255, 93, 98, 0.9),
|
||||
rgba(255, 93, 98, 0.9),
|
||||
rgba(210, 126, 153, 0.9),
|
||||
rgba(149, 127, 184, 0.9)
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user