From 1be3fa886cb0bdbe2d8f893b16e8b3542fe8bd4b Mon Sep 17 00:00:00 2001 From: welpo Date: Sat, 26 Aug 2023 00:34:12 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84style:=20stylise=20scrollbar=20base?= =?UTF-8?q?d=20on=20site's=20color=20scheme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See #114 and Jieiku/abridge#136 --- sass/main.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sass/main.scss b/sass/main.scss index 8d3be21..02e2684 100644 --- a/sass/main.scss +++ b/sass/main.scss @@ -45,6 +45,8 @@ } :root { + color-scheme: light; + --max-layout-width: 1000px; --normal-layout-width: 600px; --medium-layout-width: 400px; @@ -76,6 +78,8 @@ } [data-theme='dark'] { + color-scheme: dark; + --background-color: #1f1f1f; --bg-0: #2f2f2f; --bg-1: #3c3c3c;