diff --git a/favicon.png b/favicon.png index c93f85b..a8ffb66 100644 Binary files a/favicon.png and b/favicon.png differ diff --git a/radio.css b/radio.css index ca657c9..62c5401 100644 --- a/radio.css +++ b/radio.css @@ -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; diff --git a/vol.png b/vol.png index 92edd89..67cec2f 100644 Binary files a/vol.png and b/vol.png differ