From 4fc0cae21f77c97f69e8084c70112395305171f1 Mon Sep 17 00:00:00 2001 From: Simon Lecoq <22963968+lowlighter@users.noreply.github.com> Date: Mon, 1 Jul 2024 23:29:23 -0400 Subject: [PATCH] fix: light mode default had no colors anymore (#38) --- styles/@root/mod.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/@root/mod.css b/styles/@root/mod.css index e0701bb..728fda3 100644 --- a/styles/@root/mod.css +++ b/styles/@root/mod.css @@ -72,7 +72,7 @@ * While everything below can be edited, it is advised to leave them to default and edit the upper rule instead for easier maintenance. */ -[data-color-scheme="light"] { +:root,[data-color-scheme="light"] { /* Colors */ --default: var(--light-default); --subtle: var(--light-subtle);