fix digital modes panel colors

This commit is contained in:
Stanislav Lechev [0xAF] 2023-11-12 03:16:47 +02:00
parent e708cd07f8
commit a9076a0d04
1 changed files with 4 additions and 0 deletions

View File

@ -145,3 +145,7 @@ body.has-theme input[type=range]::-webkit-slider-runnable-track,
body.has-theme input[type=range]:focus::-webkit-slider-runnable-track {
/* background: #001727; */
}
body.has-theme .openwebrx-meta-slot {
color:white;
}