From 86713d2c18ee08325f51752817f758ef1affb59e Mon Sep 17 00:00:00 2001 From: admon84 Date: Fri, 21 Jun 2024 20:42:03 -0600 Subject: [PATCH] dark scrollbar --- public/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/style.css b/public/style.css index 6e7517c..b7d182b 100644 --- a/public/style.css +++ b/public/style.css @@ -1,4 +1,5 @@ :root { + color-scheme: dark; --gold-color: #ffd180; --blue-color: rgb(63, 81, 181); --light-text: rgba(255, 255, 255, 0.87);