mirror of
https://github.com/umami-software/umami.git
synced 2026-02-10 07:37:11 +01:00
Migrate old CSS variables to new react-zen design system.
Some checks are pending
Node.js CI / build (push) Waiting to run
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:
parent
b9eb5f9800
commit
c479a20cc0
3 changed files with 19 additions and 23 deletions
|
|
@ -21,6 +21,6 @@ html[style*="padding-right"] {
|
|||
a,
|
||||
a:active,
|
||||
a:hover {
|
||||
color: var(--text-base);
|
||||
color: var(--text-primary);
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue