5 Commits

Author SHA1 Message Date
c8785d0dc2 Update theme colors 2026-06-23 17:45:45 +00:00
090484cf4b Update theme colors 2026-06-23 17:45:35 +00:00
767c1b196f Update theme colors 2026-06-23 17:45:26 +00:00
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: #f5faff;
--card: #ffffff;
--foreground: #001122;
--primary-cta: #15479c;
--primary-cta-text: #f5faff;
--secondary-cta: #ffffff;
--secondary-cta-text: #001122;
--accent: #a8cce8;
--background-accent: #7ba3cf;
/* @layout/border-radius/rounded */
--radius: 0.5rem;