diff options
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 18908c7..9d90898 100644 --- a/static/style.css +++ b/static/style.css @@ -197,6 +197,11 @@ main { background-color: rgba(108, 99, 255, 0.05); } +.form-group select option { + background-color: var(--surface2); + color: var(--text); +} + .form-actions { display: flex; gap: 1rem; |
