From 4f2259e7e5ccadf391dad9ae9ada67dcf32d66f7 Mon Sep 17 00:00:00 2001 From: foxster-mp4 Date: Thu, 27 Apr 2023 20:49:53 -0700 Subject: [PATCH] Fix text field text color in dark appearance --- css/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/index.css b/css/index.css index 6a34c29..3ef688e 100644 --- a/css/index.css +++ b/css/index.css @@ -31,6 +31,7 @@ @media (prefers-color-scheme: dark) { #main input { background-color: rgba(255, 255, 255, 0.07); + color: white; } .suggestion { border-bottom: 0.1px solid var(--color-separator-dark) !important;