From 82310b36a9a5c5321f1dd7c495bff884f588931f Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Fri, 10 Jan 2025 19:06:40 -0400 Subject: css: add color-scheme to page this apparently fixes scrollbar rendering in safari on overflow: scroll elements lol blessings to: https://stackoverflow.com/a/75958175 --- src/static/css/site.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/static/css') diff --git a/src/static/css/site.css b/src/static/css/site.css index 6c853161..4d4d6416 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -228,6 +228,10 @@ body::before, .wallpaper-part { /* Design & Appearance - Layout elements */ +:root { + color-scheme: dark; +} + body { background: black; } -- cgit 1.3.0-6-gf8a5