From b781408c18d6907c88a8b5b231d99b5c5328c46c Mon Sep 17 00:00:00 2001 From: julius Date: Wed, 21 May 2025 15:08:36 +0200 Subject: [PATCH] feat: disable dark mode for text inputs --- src/App.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index 7b52a70..051bb35 100644 --- a/src/App.css +++ b/src/App.css @@ -154,6 +154,8 @@ select { margin-top: 0.25em; margin-bottom: 0.25em; border-radius: 1em; + color: black; + background-color: white; } h1, @@ -491,7 +493,6 @@ button { } select { max-width: 335px; - background-color: white; } }