diff --git a/src/index.css b/src/index.css index d6dbd21..6802004 100644 --- a/src/index.css +++ b/src/index.css @@ -4,16 +4,16 @@ @import "./styles/animations.css"; :root { - /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #0a0a0a; - --card: #1a1a1a; - --foreground: #f5f5f5; - --primary-cta: #ffdf7d; - --primary-cta-text: #0a0a0a; - --secondary-cta: #1a1a1a; - --secondary-cta-text: #ffffff; - --accent: #b8860b; - --background-accent: #8b6914; + /* @colorThemes/lightTheme/blueWhite */ + --background: #ffffff; + --card: #f0f4f8; + --foreground: #333333; + --primary-cta: #4a90e2; + --primary-cta-text: #ffffff; + --secondary-cta: #e0e0e0; + --secondary-cta-text: #333333; + --accent: #1e62b3; + --background-accent: #d6e6f2; /* @layout/border-radius/rounded */ --radius: 0.5rem;