From d2edcf81fa9d9f57851568caf0826c7e3ec4a53f Mon Sep 17 00:00:00 2001 From: sparks-alec Date: Sat, 15 Jan 2022 16:10:49 -0500 Subject: [PATCH] style fix for dropdowns on Windows --- src/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/index.css b/src/index.css index 6b489bc..ce3115d 100644 --- a/src/index.css +++ b/src/index.css @@ -234,6 +234,11 @@ select { font-size: 16px; font-weight: 500; } +select option{ + /* these styles don't affect macOS but are important for Windows! */ + text-align: left; + background-color: #333333; +} input:focus, select:focus { outline: #fdea08 2px solid;