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

@@ -779,7 +779,7 @@ body {
.control-group select {
padding: 4px 8px;
background: rgba(0, 0, 0, 0.3);
background: var(--bg-dark);
border: 1px solid rgba(74, 158, 255, 0.3);
border-radius: 4px;
color: var(--accent-cyan);