Update src/app/styles/variables.css

This commit is contained in:
2026-03-26 16:14:55 +00:00
parent 0a6ec47c61
commit 2f2c0b5cac

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #FFFFFF;
--card: #F9F9F9;
--foreground: #001F3F;
--background: #001F3F;
--card: #1a365d;
--foreground: #E0E7F2;
--primary-cta: #D4AF37;
--primary-cta-text: #001F3F;
--secondary-cta: #FFFFFF;
--secondary-cta-text: #001F3F;
--accent: #D4AF37;
--background-accent: #E0E7F2;
--accent: #718096;
--background-accent: #003366;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);