Merge version_2_1778268728568 into main #1

Merged
bender merged 1 commits from version_2_1778268728568 into main 2026-05-08 19:33:08 +00:00

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f5f5f5;
--background: #f8f9fa;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f3251;
--primary-cta-text: #f5f5f5;
--foreground: #000000;
--primary-cta: #34495e;
--primary-cta-text: #ffffff;
--secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c;
--accent: #15479c;
--background-accent: #a8cce8;
--secondary-cta-text: #000000;
--accent: #34495e;
--background-accent: #e9ecef;
/* @layout/border-radius/rounded */
--radius: 0.5rem;