Compare commits

...

7 Commits

Author SHA1 Message Date
8071193101 Update theme colors 2026-06-02 20:50:06 +00:00
12e18be3eb Update theme colors 2026-06-02 20:49:56 +00:00
657d1696e5 Update theme colors 2026-06-02 20:49:38 +00:00
c11918f658 Update theme colors 2026-06-02 20:49:06 +00:00
e6567863fd Update theme colors 2026-06-02 20:48:51 +00:00
1267291b95 Update theme colors 2026-06-02 20:47:27 +00:00
c263f0ce0c Update theme colors 2026-06-02 20:47:02 +00:00

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0A0A0B;
--card: #101013;
--foreground: #F4F1EA;
--primary-cta: #C9A86A;
--primary-cta-text: #0A0A0B;
--secondary-cta: #101013;
--secondary-cta-text: #F4F1EA;
--accent: #C9A86A;
--background-accent: #0A0A0B;
--background: #ff9401;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #00ff13;
--primary-cta-text: #000000;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #159c49;
--background-accent: #a8e8ba;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);