Merge pull request #39 from 0xAF/ui_themes2

fix digital modes panel colors
This commit is contained in:
Luarvique L. Luarvique 2023-11-11 21:08:18 -05:00 committed by GitHub
commit 835c3d4dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -124,9 +124,14 @@ body.has-theme .openwebrx-button {
body.has-theme .openwebrx-meta-slot {
background-color: var(--theme-color2);
color:white;
filter: brightness(150%);
}
body.has-theme .openwebrx-meta-user-image {
filter: brightness(50%);
}
body.has-theme #openwebrx-digimode-canvas-container {
background-color: var(--theme-color1);
}