From 73954fe78e429b88594d01b39d3ad172a61d9bb9 Mon Sep 17 00:00:00 2001 From: daniel31x13 Date: Fri, 24 Nov 2023 08:09:40 -0500 Subject: [PATCH] minor change --- styles/globals.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/styles/globals.css b/styles/globals.css index 5b62cf9..d8470af 100644 --- a/styles/globals.css +++ b/styles/globals.css @@ -4,17 +4,18 @@ :root { --my-color: #fff; - /* or any other variables/style */ } [data-theme="dark"] { --my-color: #000; color-scheme: dark; + color: white; } [data-theme="light"] { --my-color: #ffabc8; color-scheme: light; + color: black; } html,