Compare commits

...

5 Commits

Author SHA1 Message Date
7a61167e59 Update theme colors 2026-04-27 20:55:59 +00:00
6a90f8e8d5 Update theme colors 2026-04-27 20:55:44 +00:00
08ded48c96 Update theme colors 2026-04-27 20:55:34 +00:00
9df473536a Update theme colors 2026-04-27 20:51:54 +00:00
442a4ff2ee Update theme colors 2026-04-27 20:51:07 +00:00

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5fffae6;
--primary-cta: #80da9b;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #f5fffae6;
--accent: #737373;
--background-accent: #737373;
--background: #fafffb;
--card: #f7fffa;
--foreground: #001a0a;
--primary-cta: #0a7039;
--primary-cta-text: #fafffb;
--secondary-cta: #ffffff;
--secondary-cta-text: #001a0a;
--accent: #a8d9be;
--background-accent: #6bbf8e;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);