Update theme colors

This commit is contained in:
2026-02-27 07:12:42 +00:00
parent 475b8e73fd
commit 69f62fa106

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #fafffb;;;;
--card: #f7fffa;;;;
--foreground: #001a0a;;;;
--primary-cta: #0a7039;;;;
--secondary-cta: #ffffff;;;;
--accent: #a8d9be;;;;
--background-accent: #6bbf8e;;;; */
/* --background: #f5f5f5;;;;;
--card: #ffffff;;;;;
--foreground: #1c1c1c;;;;;
--primary-cta: #1c1c1c;;;;;
--secondary-cta: #ffffff;;;;;
--accent: #15479c;;;;;
--background-accent: #a8cce8;;;;; */
--background: #fafffb;;;;
--card: #f7fffa;;;;
--foreground: #001a0a;;;;
--primary-cta: #0a7039;;;;
--background: #f5f5f5;;;;;
--card: #ffffff;;;;;
--foreground: #1c1c1c;;;;;
--primary-cta: #1c1c1c;;;;;
--primary-cta-text: #e3deea;;
--secondary-cta: #ffffff;;;;
--secondary-cta: #ffffff;;;;;
--secondary-cta-text: #27231f;;
--accent: #a8d9be;;;;
--background-accent: #6bbf8e;;;;
--accent: #15479c;;;;;
--background-accent: #a8cce8;;;;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);