Update src/app/styles/variables.css

This commit is contained in:
2026-05-11 11:43:18 +00:00
parent 6510a303c0
commit 88e556258c

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffffe6;
--primary-cta: #e6e6e6;
--background: #050505;
--card: #0f0f0f;
--foreground: #f0f0f0;
--primary-cta: #00ff41;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta: #0070ff;
--secondary-cta-text: #ffffffe6;
--accent: #737373;
--background-accent: #737373;
--accent: #00ff41;
--background-accent: #050505;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);