Compare commits

..

14 Commits

Author SHA1 Message Date
e2e7ced8f3 Update theme colors 2026-04-28 17:09:54 +00:00
bf496db5c2 Update theme colors 2026-04-28 17:08:25 +00:00
f1f64618fd Update theme colors 2026-04-28 17:06:37 +00:00
510d79445f Update theme colors 2026-04-28 17:06:24 +00:00
9db90f09f5 Update theme colors 2026-04-28 17:06:15 +00:00
7037fd3b8b Update theme colors 2026-04-28 17:03:47 +00:00
d4161d5a41 Update theme colors 2026-04-28 17:03:35 +00:00
c9e71abb3c Update theme colors 2026-04-28 17:03:16 +00:00
a9ab2c74f4 Update theme colors 2026-04-28 17:02:59 +00:00
7ca01aed5d Update theme colors 2026-04-28 17:02:19 +00:00
fa18687706 Update theme colors 2026-04-28 17:01:12 +00:00
81056c5266 Update theme colors 2026-04-28 17:00:40 +00:00
cdcc4ebb68 Update theme colors 2026-04-28 17:00:10 +00:00
9960186b12 Update theme colors 2026-04-28 16:59:56 +00:00

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--background: #000000;
--card: #000000;
--foreground: #1c1c1c;
--foreground: #fafafa;
--primary-cta: #c5a059;
--primary-cta-text: #ffffff;
--secondary-cta: #f4f4f4;
--secondary-cta-text: #000000;
--secondary-cta: #bfbebe;
--secondary-cta-text: #090909;
--accent: #c5a059;
--background-accent: #1c1c1c;
--background-accent: #000000;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);