Update src/app/globals.css

This commit is contained in:
2025-12-26 10:50:37 +00:00
parent 7e4411b31f
commit 9fcfa56b22

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #0a0a0a; --background: #ffffff;
--card: #1a1a1a; --card: #fcfcfc;
--foreground: #ffffffe6; --foreground: #000000e6;
--primary-cta: #b366ff; --primary-cta: #ff0000;
--secondary-cta: #1a1a1a; --secondary-cta: #ffffff;
--accent: #737373; --accent: #bebebe;
--background-accent: #737373; --background-accent: #c4c4c4;
/* 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);