diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 57b8b05..472ff85 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,19 +4,19 @@ /* --background: #f7f6f7;; --card: #ffffff;; - --foreground: #8b0000;; - --primary-cta: #ff4500;; + --foreground: #228b22;; + --primary-cta: #32cd32;; --secondary-cta: #ffffff;; - --accent: #ff6347;; - --background-accent: #ff8c69;; */ + --accent: #98fb98;; + --background-accent: #90ee90;; */ - --background: #ffcccc;; + --background: #e0ffe0;; --card: #ffffff;; - --foreground: #8b0000;; - --primary-cta: #ff4500;; + --foreground: #228b22;; + --primary-cta: #32cd32;; --secondary-cta: #ffffff;; - --accent: #ff6347;; - --background-accent: #ff8c69;; + --accent: #98fb98;; + --background-accent: #90ee90;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);