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,