diff --git a/frontend/src/styles/global.css b/frontend/src/styles/global.css index 32c9bbf..b795ac9 100644 --- a/frontend/src/styles/global.css +++ b/frontend/src/styles/global.css @@ -759,6 +759,12 @@ textarea, padding: 0.62rem 0.8rem; } +/* Keep native dropdown menus readable across OS/browser combos */ +select option { + color: #111111; + background-color: #ffffff; +} + input::placeholder, textarea::placeholder { color: #737373;