5 Commits

Author SHA1 Message Date
2ebfd203ce Update theme colors 2026-05-09 16:56:37 +00:00
5ea17a39e0 Update theme colors 2026-05-09 16:56:32 +00:00
a634966c9d Update theme colors 2026-05-09 16:56:27 +00:00
8c4a42a4f6 Update theme colors 2026-05-09 14:15:50 +00:00
d502be421c Update theme colors 2026-05-09 14:15:31 +00:00

View File

@@ -5,15 +5,15 @@
:root { :root {
/* @colorThemes/lightTheme/grayNavyBlue */ /* @colorThemes/lightTheme/grayNavyBlue */
--background: #f5faff; --background: #0a0a0a;
--card: #ffffff; --card: #1a1a1a;
--foreground: #001122; --foreground: #ffffffe6;
--primary-cta: #15479c; --primary-cta: #e6e6e6;
--primary-cta-text: #f5faff; --primary-cta-text: #0a0a0a;
--secondary-cta: #ffffff; --secondary-cta: #1a1a1a;
--secondary-cta-text: #001122; --secondary-cta-text: #ffffffe6;
--accent: #a8cce8; --accent: #737373;
--background-accent: #7ba3cf; --background-accent: #737373;
/* @layout/border-radius/rounded */ /* @layout/border-radius/rounded */
--radius: 0.5rem; --radius: 0.5rem;