5 Commits

Author SHA1 Message Date
9b1a01b9ba Update theme colors 2026-06-15 20:38:28 +00:00
0ca01067b3 Update theme colors 2026-06-15 20:38:24 +00:00
ed90903535 Update theme colors 2026-06-15 20:38:21 +00:00
a4aad4b7a0 Update theme colors 2026-06-15 20:38:16 +00:00
e0522febbd Update theme colors 2026-06-15 20:38:11 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #511f1f;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #8f3838;
--background-accent: #c9725c;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #e34400;
--primary-cta-text: #ffffff;
--secondary-cta: #010101;
--secondary-cta-text: #ffffff;
--accent: #737373;
--background-accent: #e34400;
/* @layout/border-radius/rounded */
--radius: 0.5rem;