Update src/app/globals.css

This commit is contained in:
2025-12-23 17:02:04 +00:00
parent b0d23e986e
commit e144c18121

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #fffffae6;
--primary-cta: #facc15;
--secondary-cta: #1a1a1a;
--accent: #737373;
--background-accent: #737373;
--background: #0f0800;
--card: #1a1410;
--foreground: #fff8f0e6;
--primary-cta: #ffae00;
--secondary-cta: #1a1410;
--accent: #7b5337;
--background-accent: #b8400c;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);