diff --git a/src/index.css b/src/index.css index d024896..a42b8ce 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #faf5ff; + --background: #eff6ff; --card: #ffffff; - --foreground: #2e1065; - --primary-cta: #9333ea; + --foreground: #1e3a8a; + --primary-cta: #2563eb; --primary-cta-text: #ffffff; - --secondary-cta: #f3e8ff; - --secondary-cta-text: #6b21a8; - --accent: #a855f7; - --background-accent: #f3e8ff; + --secondary-cta: #dbeafe; + --secondary-cta-text: #1e40af; + --accent: #3b82f6; + --background-accent: #dbeafe; /* @layout/border-radius/rounded */ --radius: 1.5rem;