Update src/app/styles/variables.css

This commit is contained in:
2026-06-03 20:25:34 +00:00
parent c50375f50e
commit c5202823d7

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0D0D0C;
--card: #1A1A1A;
--foreground: #E0E0E0;
--primary-cta: #A8CDE8;
--primary-cta-text: #0D0D0C;
--secondary-cta: #333333;
--secondary-cta-text: #E0E0E0;
--accent: #666666;
--background-accent: #222222;
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #cee7ff;
--primary-cta-text: #000000;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #CEE7FF;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);