Fixing frequency bar coloring.

This commit is contained in:
Marat Fayzullin 2023-11-03 19:49:53 -04:00
parent 79c168de0c
commit b4ad6a8b07
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ body.theme-night {
/* theme implementation follows */ /* theme implementation follows */
body.has-theme #openwebrx-frequency-container { body.has-theme #openwebrx-frequency-container {
background-color: var(--theme-color2); background-color: var(--theme-color2);
background-blend-mode: multiply; background-blend-mode: overlay;
} }
body.has-theme .openwebrx-panel, body.has-theme .openwebrx-panel,