7 Commits

Author SHA1 Message Date
4033813156 Update theme colors 2026-05-14 13:24:13 +00:00
7dd1584a1c Update theme colors 2026-05-14 13:24:03 +00:00
b5e23c9d62 Update theme colors 2026-05-14 13:22:34 +00:00
687c6803b8 Update theme colors 2026-05-14 13:22:16 +00:00
36c9e168b2 Update theme colors 2026-05-14 13:22:07 +00:00
a39769be71 Update theme colors 2026-05-14 13:21:54 +00:00
c7a4c75cee Update theme colors 2026-05-14 12:33:25 +00:00

View File

@@ -10,12 +10,12 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #cd2727;
--card: #ddb7b7;
--background: #000000;
--card: #0efb5b;
--foreground: #f5f5f5;
--primary-cta: #ffdf7d;
--primary-cta-text: #0a0a0a;
--secondary-cta: #a0d6e4;
--primary-cta: #000000;
--primary-cta-text: #f0b2b2;
--secondary-cta: #f0e3e9;
--secondary-cta-text: #ffffff;
--accent: #b8860b;
--background-accent: #8b6914;