5 Commits

Author SHA1 Message Date
d07c0b7587 Update theme colors 2026-05-09 14:05:39 +00:00
cd2dfe5d3f Update theme colors 2026-05-09 14:05:34 +00:00
fa3234d9a4 Update theme colors 2026-05-09 14:02:17 +00:00
a010bf9475 Update theme colors 2026-05-09 14:01:12 +00:00
7edd180bf1 Update theme colors 2026-05-09 14:00:20 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ffdf7d;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #b8860b;
--background-accent: #8b6914;
--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: 1rem;