Update src/app/styles/variables.css

This commit is contained in:
2026-02-19 18:13:31 +00:00
parent f756ded01b
commit e593ff567b

View File

@@ -2,21 +2,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #f5f5f5;;
--card: #ffffff;;
/* --background: #ffffff;;
--card: #f5f5f5;;
--foreground: #1c1c1c;;
--primary-cta: #0066cc;;
--primary-cta: #0a7039;;
--secondary-cta: #ffffff;;
--accent: #00aacc;;
--background-accent: #004d99;; */
--accent: #a8d9be;;
--background-accent: #e2f0e8;; */
--background: #f5f5f5;;
--card: #ffffff;;
--background: #ffffff;;
--card: #f5f5f5;;
--foreground: #1c1c1c;;
--primary-cta: #0066cc;;
--primary-cta: #0a7039;;
--secondary-cta: #ffffff;;
--accent: #00aacc;;
--background-accent: #004d99;;
--accent: #a8d9be;;
--background-accent: #e2f0e8;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);