Merge version_60_1781417797692 into main #59

Merged
bender merged 1 commits from version_60_1781417797692 into main 2026-06-14 06:16:41 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f5f5f5;
--background: #e3deea;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1c1c1c;
--primary-cta-text: #f5f5f5;
--foreground: #27231f;
--primary-cta: #27231f;
--primary-cta-text: #e3deea;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #15479c;
--background-accent: #a8cce8;
--secondary-cta-text: #27231f;
--accent: #c68a62;
--background-accent: #c68a62;
/* @layout/border-radius/rounded */
--radius: 1rem;