From a9076a0d04e05bfcb93fa0070b474c1ed57dc4bc Mon Sep 17 00:00:00 2001 From: "Stanislav Lechev [0xAF]" Date: Sun, 12 Nov 2023 03:16:47 +0200 Subject: [PATCH] fix digital modes panel colors --- htdocs/css/themes.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/css/themes.css b/htdocs/css/themes.css index 6f87f37d..7a25d79a 100644 --- a/htdocs/css/themes.css +++ b/htdocs/css/themes.css @@ -145,3 +145,7 @@ body.has-theme input[type=range]::-webkit-slider-runnable-track, body.has-theme input[type=range]:focus::-webkit-slider-runnable-track { /* background: #001727; */ } + +body.has-theme .openwebrx-meta-slot { + color:white; +}