From e51e8050a27f18e31a10515f34188200fd40a301 Mon Sep 17 00:00:00 2001 From: Theis Pieter Hollebeek Date: Fri, 10 Oct 2025 12:17:21 +0200 Subject: [PATCH] mv color-scheme: dark -> :root --- style.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 010600c..b095236 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,9 @@ +:root { + color-scheme: dark; +} + * { box-sizing: border-box; - color-scheme: dark; } body {