Update src/app/styles/variables.css

This commit is contained in:
2026-03-08 02:30:10 +00:00
parent 9d7e5dbc2b
commit 0bb27be264

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #120006e6;
--primary-cta: #e63946;
--background: #1a1a1a;
--card: #2d2d2d;
--foreground: #ffffff;
--primary-cta: #00ff00;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta: #2d2d2d;
--secondary-cta-text: #120006e6;
--accent: #e2e2e2;
--background-accent: #e2e2e2;
--accent: #00ff00;
--background-accent: #1a1a1a;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);