diff --git a/src/index.css b/src/index.css index 4c5fa6e..52cf3f7 100644 --- a/src/index.css +++ b/src/index.css @@ -7,11 +7,11 @@ /* @colorThemes/lightTheme/grayNavyBlue */ --background: #e3deea; --card: #ffffff; - --foreground: #1f2027; - --primary-cta: #1f2027; + --foreground: #1e3a8a; + --primary-cta: #1e3a8a; --primary-cta-text: #e3deea; --secondary-cta: #ffffff; - --secondary-cta-text: #1f2027; + --secondary-cta-text: #1e3a8a; --accent: #627dc6; --background-accent: #627dc6; @@ -197,4 +197,4 @@ h6 { is always visible — when --secondary-cta is white-ish on a near-white page bg, a same-color border is invisible and the button disappears. */ border: 1px solid color-mix(in srgb, var(--color-foreground) 18%, transparent); -} +} \ No newline at end of file