From: Matt Corallo Date: Tue, 16 Jul 2024 14:53:57 +0000 (+0000) Subject: Fix dropdown readability in chrome X-Git-Url: http://git.bitcoin.ninja/?a=commitdiff_plain;h=366bc2c07db18f31da2b34ae59745c94fe8953bc;p=satsto.me Fix dropdown readability in chrome --- 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;