Finally fixed digital voice slots coloring.

This commit is contained in:
Marat Fayzullin 2023-11-11 23:32:19 -05:00
parent a44eae10b0
commit aa2b8f543a
1 changed files with 3 additions and 7 deletions

View File

@ -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);
}