Fixing frequency bar coloring.
This commit is contained in:
parent
79c168de0c
commit
b4ad6a8b07
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue