diff --git a/src/index.css b/src/index.css index 4d58922..650e370 100644 --- a/src/index.css +++ b/src/index.css @@ -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;