Update src/app/globals.css

This commit is contained in:
2025-12-24 15:54:26 +00:00
parent 5cd93eacae
commit 2a24639600

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #000000; --background: #ffffff;
--card: #1b1b1b; --card: #fcfcfc;
--foreground: #ffffff; --foreground: #120006e6;
--primary-cta: #ffcc00; --primary-cta: #e63946;
--secondary-cta: #151515; --secondary-cta: #ffffff;
--accent: #303030; --accent: #ffcf40;
--background-accent: #303030; --background-accent: #ffd966;
/* 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);