4 Commits

Author SHA1 Message Date
a05d4bdb35 Update theme colors 2026-06-23 14:16:25 +00:00
e30775cd4c Update theme colors 2026-06-23 14:16:10 +00:00
40f72c1cc2 Update theme colors 2026-06-23 14:16:00 +00:00
704e78c8bd Update theme colors 2026-06-23 14:15:41 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--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;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f8f5ffe6;
--primary-cta: #c89bff;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #f8f5ffe6;
--accent: #737373;
--background-accent: #737373;
/* @layout/border-radius/rounded */
--radius: 1rem;