Migrate old CSS variables to new react-zen design system.
Some checks are pending
Node.js CI / build (push) Waiting to run

Journey component, global.css, and variables.css all referenced old
CSS custom properties (--base-color-*, --primary-color, --text-base)
that no longer exist in @umami/react-zen. Mapped them to the new
variable names and removed the dead variables.css file.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Mike Cao 2026-02-06 11:47:53 -08:00
parent b9eb5f9800
commit c479a20cc0
3 changed files with 19 additions and 23 deletions

View file

@ -21,6 +21,6 @@ html[style*="padding-right"] {
a,
a:active,
a:hover {
color: var(--text-base);
color: var(--text-primary);
text-decoration: none;
}