From b4ad6a8b075fd73f3700afc7f5f0c555037d37e0 Mon Sep 17 00:00:00 2001 From: Marat Fayzullin Date: Fri, 3 Nov 2023 19:49:53 -0400 Subject: [PATCH] Fixing frequency bar coloring. --- htdocs/css/themes.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/css/themes.css b/htdocs/css/themes.css index 3507655f..442f466f 100644 --- a/htdocs/css/themes.css +++ b/htdocs/css/themes.css @@ -80,7 +80,7 @@ body.theme-night { /* theme implementation follows */ body.has-theme #openwebrx-frequency-container { background-color: var(--theme-color2); - background-blend-mode: multiply; + background-blend-mode: overlay; } body.has-theme .openwebrx-panel,