diff --git a/src/index.css b/src/index.css index 4889332..1f40a4e 100644 --- a/src/index.css +++ b/src/index.css @@ -5,10 +5,10 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #f5f5f5; - --primary-cta: #ffdf7d; + --background: #f5f5dc; + --card: #ffffff; + --foreground: #333333; + --primary-cta: #d2b48c; --primary-cta-text: #0a0a0a; --secondary-cta: #1a1a1a; --secondary-cta-text: #ffffff;