diff --git a/htdocs/css/themes.css b/htdocs/css/themes.css index a550eda0..4385cd21 100644 --- a/htdocs/css/themes.css +++ b/htdocs/css/themes.css @@ -122,16 +122,12 @@ body.has-theme .openwebrx-button { background: linear-gradient(to bottom, var(--theme-gradient-color1) 0%, var(--theme-gradient-color2) 100%); } -body.has-theme .openwebrx-meta-slot { +body.has-theme .openwebrx-meta-slot:not(.active) { background-color: var(--theme-color2); - color: white; filter: brightness(150%); + color: white; } - -body.has-theme .openwebrx-meta-user-image { - filter: brightness(50%); -} - + body.has-theme #openwebrx-digimode-canvas-container { background-color: var(--theme-color1); }