Update src/app/styles/variables.css

This commit is contained in:
2026-03-04 11:01:25 +00:00
parent c21e246bc0
commit bbd55a50b7

View File

@@ -2,23 +2,16 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #ffffff;;
--card: #f0f4f8;;
--foreground: #0c1e3e;;
--primary-cta: #0052cc;;
--secondary-cta: #ffffff;;
--accent: #0052cc;;
--background-accent: #e0eef9;; */
--background: #ffffff;;
--card: #f0f4f8;;
--foreground: #0c1e3e;;
--primary-cta: #0052cc;;
--primary-cta-text: #f5f5f5;;
--secondary-cta: #ffffff;;
--secondary-cta-text: #1c1c1c;;
--accent: #0052cc;;
--background-accent: #e0eef9;;
/* Blue and white theme */
--background: #ffffff;
--card: #f0f4f8;
--foreground: #0c1e3e;
--primary-cta: #0052cc;
--primary-cta-text: #ffffff;
--secondary-cta: #ffffff;
--secondary-cta-text: #0c1e3e;
--accent: #0052cc;
--background-accent: #e0eef9;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);