diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index a965063..473cc4e 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,10 +10,10 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcf963; - --card: #FCF963; + --background: #fce462; + --card: #FCE462; --foreground: #1358e2; - --primary-cta: #15479c; + --primary-cta: #1358E2; --primary-cta-text: #ffffff; --secondary-cta: #f9f9f9; --secondary-cta-text: #000612e6;