From 366bc2c07db18f31da2b34ae59745c94fe8953bc Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 16 Jul 2024 14:53:57 +0000 Subject: [PATCH] Fix dropdown readability in chrome --- index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/index.html b/index.html index 2d0425a..e290597 100644 --- a/index.html +++ b/index.html @@ -124,6 +124,9 @@ .footer { color: white; } + .dropdown > option { + color: black; + } .result { background: #2D4C4F; color: white; -- 2.39.5