diff --git a/src/index.css b/src/index.css index 30f623f..3444447 100644 --- a/src/index.css +++ b/src/index.css @@ -142,3 +142,11 @@ input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s; } +/* ── Fix select dropdown options styling globally ── */ +select { + color-scheme: dark; +} +select option { + background-color: #1a1a1a; + color: #ffffff; +}