diff --git a/src/index.css b/src/index.css index 3f9a55a..228e0d2 100644 --- a/src/index.css +++ b/src/index.css @@ -5,15 +5,15 @@ :root { /* @colorThemes/lightTheme/grayBlueAccent */ - --background: #f7f6f7; + --background: #e3deea; --card: #ffffff; - --foreground: #0c1325; - --primary-cta: #0798ff; - --primary-cta-text: #f7f6f7; + --foreground: #27231f; + --primary-cta: #27231f; + --primary-cta-text: #e3deea; --secondary-cta: #ffffff; - --secondary-cta-text: #0c1325; - --accent: #93c7ff; - --background-accent: #a8cde8; + --secondary-cta-text: #27231f; + --accent: #c68a62; + --background-accent: #c68a62; /* @layout/border-radius/rounded */ --radius: 1rem;