Compare commits

...

3 Commits

Author SHA1 Message Date
3ceea5b2fe Update theme colors 2026-05-08 18:40:47 +00:00
46a6a09e5e Update theme colors 2026-05-08 18:40:35 +00:00
183c04bc97 Update theme colors 2026-05-08 18:40:07 +00:00

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #0a0a0a;
--primary-cta: #1e293b;
--primary-cta-text: #ffffff;
--secondary-cta: #f1f5f9;
--secondary-cta-text: #000f06e6;
--accent: #e2e8f0;
--background-accent: #f8fafc;
--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);