Update theme colors

This commit is contained in:
2026-06-14 11:01:40 +00:00
parent 89c6de3563
commit a855bcdf4f

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: #f5f5f5;
--primary-cta: #15479c; --primary-cta: #ffdf7d;
--primary-cta-text: #f5faff; --primary-cta-text: #0a0a0a;
--secondary-cta: #ffffff; --secondary-cta: #1a1a1a;
--secondary-cta-text: #001122; --secondary-cta-text: #ffffff;
--accent: #a8cce8; --accent: #b8860b;
--background-accent: #7ba3cf; --background-accent: #8b6914;
/* @layout/border-radius/rounded */ /* @layout/border-radius/rounded */
--radius: 0.5rem; --radius: 0.5rem;