Update src/app/styles/variables.css

This commit is contained in:
2026-02-27 13:39:25 +00:00
parent 4f56070dbe
commit 0ef3c2ef0f

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #1f514c;;
--secondary-cta: #ffffff;;
--accent: #159c49;;
--background-accent: #a8e8ba;; */
/* --background: #020617;;
--card: #0f172a;;
--foreground: #e2e8f0;;
--primary-cta: #2d30f3;;
--secondary-cta: #041633;;
--accent: #1d4ed8;;
--background-accent: #1d4ed8;; */
--background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #1f514c;;
--background: #020617;;
--card: #0f172a;;
--foreground: #e2e8f0;;
--primary-cta: #2d30f3;;
--primary-cta-text: #f5f5f5;;
--secondary-cta: #ffffff;;
--secondary-cta: #041633;;
--secondary-cta-text: #1c1c1c;;
--accent: #159c49;;
--background-accent: #a8e8ba;;
--accent: #1d4ed8;;
--background-accent: #1d4ed8;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);