Compare commits

..

5 Commits

Author SHA1 Message Date
44d8cef961 Update theme colors 2026-04-28 18:27:36 +00:00
5d446dad05 Update theme colors 2026-04-28 18:27:16 +00:00
7b948cd6a0 Update theme colors 2026-04-28 18:26:39 +00:00
b0998cc531 Update theme colors 2026-04-28 18:26:19 +00:00
95ae97425e Update theme colors 2026-04-28 18:26:07 +00:00

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #000000;
--card: #0c0c0c;
--foreground: #ffffff;
--primary-cta: #cee7ff;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #000000;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #CEE7FF;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #e63946;
--background-accent: #e8bea8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);