diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 4837f46..a02049f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -3,20 +3,20 @@ /* --vw is set by ThemeProvider */ /* --background: #fffafa;; - --card: #fff7f7;; + --card: #f0fff0;; --foreground: "Inter", sans-serif;; - --primary-cta: #007bff;; + --primary-cta: #28a745;; --secondary-cta: "Inter", sans-serif;; - --accent: #add8e6;; - --background-accent: #6495ed;; */ + --accent: #90ee90;; + --background-accent: #20b2aa;; */ - --background: #fffafa;; - --card: #fff7f7;; + --background: #f5fffa;; + --card: #f0fff0;; --foreground: "Inter", sans-serif;; - --primary-cta: #007bff;; + --primary-cta: #28a745;; --secondary-cta: "Inter", sans-serif;; - --accent: #add8e6;; - --background-accent: #6495ed;; + --accent: #90ee90;; + --background-accent: #20b2aa;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);