From 94380b64bd1859fe6ec8ba62d25e9c9826a34bc4 Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Thu, 26 May 2022 14:12:25 -0400 Subject: [PATCH] Set color-scheme to dark to make the focus ring on the dropdown button legible --- src/index.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.css b/src/index.css index 1084a88..25562e3 100644 --- a/src/index.css +++ b/src/index.css @@ -123,6 +123,7 @@ limitations under the License. body { background-color: var(--bgColor1); color: var(--textColor1); + color-scheme: dark; margin: 0; font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",