2 Commits

Author SHA1 Message Date
b01f7667ba Update src/app/globals.css 2025-12-25 12:18:50 +00:00
d4c67904fa Update src/app/globals.css 2025-12-25 12:04:18 +00:00

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #ffffff; --background: #000000;
--card: #fcfcfc; --card: #1b1b1b;
--foreground: #120006e6; --foreground: #ffffff;
--primary-cta: #e63946; --primary-cta: #ff0000;
--secondary-cta: #ffffff; --secondary-cta: #151515;
--accent: #ffcf40; --accent: #303030;
--background-accent: #ffd966; --background-accent: #303030;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);