diff --git a/src/index.css b/src/index.css index 43b4015..7046f92 100644 --- a/src/index.css +++ b/src/index.css @@ -5,9 +5,9 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #f5f5f5; + --background: #f0f0f0; + --card: #e0e0e0; + --foreground: #333333; --primary-cta: #ffdf7d; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a;