diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index cc1cf9a..48f7d5b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -4,19 +4,19 @@ /* --background: #f5f5f5;; --card: #ffffff;; - --foreground: #0000ff;; - --primary-cta: #0000ff;; + --foreground: #ffffff;; + --primary-cta: #800080;; --secondary-cta: #ffffff;; - --accent: #00bfff;; - --background-accent: #add8e6;; */ + --accent: #dda0dd;; + --background-accent: #e6e6fa;; */ - --background: #b0e0e6;; + --background: #e6e6fa;; --card: #ffffff;; - --foreground: #0000ff;; - --primary-cta: #0000ff;; + --foreground: #ffffff;; + --primary-cta: #800080;; --secondary-cta: #ffffff;; - --accent: #00bfff;; - --background-accent: #add8e6;; + --accent: #dda0dd;; + --background-accent: #e6e6fa;; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);