add color and contrasting for volume button

This commit is contained in:
Wirlaburla 2023-01-09 00:02:37 -06:00
parent d205bafebc
commit a385935c7c
3 changed files with 8 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

View File

@ -230,6 +230,14 @@ canvas.vis, canvas.metadata { border-bottom: none; }
filter: none;
}
.volume img {
filter: contrast(0%);
}
.volume.active img {
filter: none;
}
favorites .station-header,
history .station-header {
text-align: center;

BIN
vol.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.8 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB