From a39794bc3e4dd62b0195c9b4d77339b2de9f1d5a Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Fri, 26 Jan 2024 00:57:51 -0500 Subject: [PATCH] Less white glow on the buttons. --- htdocs/css/openwebrx-header.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/css/openwebrx-header.css b/htdocs/css/openwebrx-header.css index 09a19bf5..b92ec832 100644 --- a/htdocs/css/openwebrx-header.css +++ b/htdocs/css/openwebrx-header.css @@ -116,7 +116,7 @@ .openwebrx-main-buttons .button img, .openwebrx-main-buttons .button svg { height: 38px; - filter: drop-shadow(0 0 4px white); + filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.75)); } .openwebrx-main-buttons a {