diff --git a/src/index.css b/src/index.css index a764be2..c6ac139 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #ffffff; - --card: #f8f9fa; - --foreground: #1a1a1a; - --primary-cta: #003366; - --primary-cta-text: #ffffff; - --secondary-cta: #e6e1d8; - --secondary-cta-text: #003366; - --accent: #0055a4; - --background-accent: #f0f4f8; + --background: #f5faff; + --card: #ffffff; + --foreground: #001122; + --primary-cta: #15479c; + --primary-cta-text: #f5faff; + --secondary-cta: #ffffff; + --secondary-cta-text: #001122; + --accent: #a8cce8; + --background-accent: #7ba3cf; /* @layout/border-radius/rounded */ --radius: 1rem;