Switch to version 9: modified src/index.css

This commit is contained in:
2026-05-09 18:00:03 +00:00
parent bbb1ebb74d
commit 85b33597ff

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #1b0c25;
--primary-cta: #1b0c25;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #1b0c25;
--accent: #ff93e4;
--background-accent: #e8a8c3;
--background: #FFFFFF;
--card: #F5F5F5;
--foreground: #333333;
--primary-cta: #3B3B3B;
--primary-cta-text: #FFFFFF;
--secondary-cta: #FFFFFF;
--secondary-cta-text: #3B3B3B;
--accent: #A9A9A9;
--background-accent: #D3D3D3;
/* @layout/border-radius/rounded */
--radius: 0.5rem;