Switch to version 1: modified src/index.css

This commit is contained in:
2026-06-13 20:57:46 +00:00
parent 7c4dc0e426
commit 3553bb69c4

View File

@@ -5,15 +5,15 @@
:root {
/* @colorThemes/lightTheme/grayNavyBlue */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #ffffff;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #333333;
--background-accent: #333333;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #0a0a0a;
--primary-cta: #0a0a0a;
--primary-cta-text: #ffffff;
--secondary-cta: #ffffff;
--secondary-cta-text: #0a0a0a;
--accent: #e5e5e5;
--background-accent: #e5e5e5;
/* @layout/border-radius/rounded */
--radius: 1.5rem;