From 5a81eaed706ceaa11c7ad7a4eb53dab510686264 Mon Sep 17 00:00:00 2001 From: Aadi Desai <21363892+supleed2@users.noreply.github.com> Date: Sat, 11 Nov 2023 22:55:17 +0000 Subject: [PATCH] Use dark scrollbars --- html/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/style.css b/html/style.css index 0f81240..794eb1f 100644 --- a/html/style.css +++ b/html/style.css @@ -1,3 +1,7 @@ +:root { + color-scheme: dark; +} + #logo { max-height: 65px; display: inline;