Update src/app/styles/variables.css

This commit is contained in:
2026-05-11 18:37:55 +00:00
parent ee6c33acff
commit 31005d8833

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #1f7cff;
--background: #050505;
--card: #101010;
--foreground: #f0f0f0;
--primary-cta: #00d4ff;
--primary-cta-text: #ffffff;
--secondary-cta: #010101;
--secondary-cta: #333333;
--secondary-cta-text: #ffffff;
--accent: #1f7cff;
--background-accent: #f96b2f;
--accent: #ff007a;
--background-accent: #1a1a1a;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);