diff --git a/src/index.css b/src/index.css index bc6e308..afedf1d 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayNavyBlue */ - --background: #e3deea; + --background: #fffafa; --card: #ffffff; - --foreground: #27231f; - --primary-cta: #27231f; - --primary-cta-text: #e3deea; + --foreground: #1a0000; + --primary-cta: #e63946; + --primary-cta-text: #fffafa; --secondary-cta: #ffffff; - --secondary-cta-text: #27231f; - --accent: #c68a62; - --background-accent: #c68a62; + --secondary-cta-text: #1a0000; + --accent: #f5c4c7; + --background-accent: #f09199; /* @layout/border-radius/rounded */ --radius: 1rem;