Update src/app/globals.css

This commit is contained in:
2025-12-25 15:56:47 +00:00
parent d74d35c486
commit 4feefc56df

View File

@@ -5,12 +5,12 @@
/* --vw is set by ThemeProvider */
--background: #000000;
--card: #1b1b1b;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #ff0000;
--secondary-cta: #151515;
--accent: #303030;
--background-accent: #303030;
--secondary-cta: #1a1a1a;
--accent: #ff3333;
--background-accent: #ff0000;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);