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