5 Commits

Author SHA1 Message Date
c45ebac710 Switch to version 2: modified src/app/styles/variables.css 2026-04-22 06:02:16 +00:00
14fd862421 Switch to version 1: modified src/app/styles/variables.css 2026-04-22 05:56:57 +00:00
8c8c1bb71f Merge version_2 into main
Merge version_2 into main
2026-04-22 05:56:13 +00:00
4fa89a00ae Update theme colors 2026-04-22 05:56:10 +00:00
935d654274 Merge version_1 into main
Merge version_1 into main
2026-04-22 05:50:29 +00:00

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #15479c;
--background-accent: #a8cce8;
--background: #080000;
--card: #1e0d0d;
--foreground: #ffe6e6;
--primary-cta: #ff7a7a;
--primary-cta-text: #080000;
--secondary-cta: #1e0909;
--secondary-cta-text: #ffe6e6;
--accent: #7b4242;
--background-accent: #65292c;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);