1 Commits

Author SHA1 Message Date
235dd4b509 Update theme colors 2026-06-15 20:56:13 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #0a0a0a;
--card: #171010;
--foreground: #fdf8f4;
--primary-cta: #c5a059;
--primary-cta-text: #0a0a0a;
--secondary-cta: #5a0a0a;
--secondary-cta-text: #fdf8f4;
--accent: #c5a059;
--background-accent: #2a0a0a;
--background: #f5f5f5;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #511f1f;
--primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #8f3838;
--background-accent: #c9725c;
/* @layout/border-radius/rounded */
--radius: 1rem;