3 Commits

Author SHA1 Message Date
89013dc80b Update theme colors 2026-06-23 20:48:32 +00:00
594562868d Update theme colors 2026-06-23 20:48:30 +00:00
ec13c47479 Update theme colors 2026-06-23 20:48:27 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #fffafa;
--card: #ffffff;
--foreground: #1a0000;
--primary-cta: #e63946;
--primary-cta-text: #fffafa;
--background: #efebe5;
--card: #f7f2ea;
--foreground: #000000;
--primary-cta: #000000;
--primary-cta-text: #efebe5;
--secondary-cta: #ffffff;
--secondary-cta-text: #1a0000;
--accent: #f5c4c7;
--background-accent: #f09199;
--secondary-cta-text: #000000;
--accent: #ffffff;
--background-accent: #e1b875;
/* @layout/border-radius/rounded */
--radius: 1rem;