From 61d58327263f1a192e7d72010c85fcd61323aab5 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Thu, 4 Jun 2026 02:13:27 +0300 Subject: [PATCH] redesign the website --- frontend/src/styles/global.css | 6 ++++++ 1 file changed, 6 insertions(+) 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;