From ca90201ee2cd8d4c9f6e5f3474dd7e64ba2fa2a4 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sat, 30 Mar 2024 01:27:50 -0500 Subject: [PATCH] dark scheme --- static/global.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/global.css b/static/global.css index 5b6cd54..0e6b4df 100644 --- a/static/global.css +++ b/static/global.css @@ -5,6 +5,10 @@ the whole site! */ +:root { + color-scheme: dark; +} + @font-face { font-display: swap; font-family: 'Rubik';