2 Commits

Author SHA1 Message Date
dd7d001c75 Update theme colors 2026-06-23 17:45:11 +00:00
28851b2ece Update theme colors 2026-06-23 17:45:00 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #0a0a0a;
--card: #151515;
--foreground: #ffffff;
--primary-cta: #1c6e3b;
--primary-cta-text: #ffffff;
--secondary-cta: #15479c;
--secondary-cta-text: #ffffff;
--accent: #ffd700;
--background-accent: #1a1a1a;
--background: #e3deea;
--card: #ffffff;
--foreground: #27231f;
--primary-cta: #27231f;
--primary-cta-text: #e3deea;
--secondary-cta: #ffffff;
--secondary-cta-text: #27231f;
--accent: #c68a62;
--background-accent: #c68a62;
/* @layout/border-radius/rounded */
--radius: 0.5rem;