Update src/app/styles/variables.css

This commit is contained in:
2026-03-06 10:18:08 +00:00
parent 5c83e33323
commit 85da1cfbd3

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0B0B0B;
--card: #121212;
--foreground: #F2F2F2;
--primary-cta: #F2F2F2;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #ffffff;
--primary-cta-text: #0B0B0B;
--secondary-cta: #0B0B0B;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #F2F2F2;
--accent: #0B0B0B;
--background-accent: #0B0B0B;
--accent: #ffffff;
--background-accent: #ffffff;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);