Fix background color for selects

This commit is contained in:
Andrei
2026-02-25 23:39:30 -05:00
parent 37f0197f9a
commit deea80e32c
3 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@
gap: 4px;
}
.aprs-strip .strip-select {
background: rgba(0,0,0,0.3);
background: var(--bg-dark);
border: 1px solid var(--border-color);
color: var(--text-primary);
padding: 4px 8px;