Centralize status colors and overlay tints as CSS variables #47
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/47/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This change centralizes status color tokens and overlay tint/shadow tokens into CSS custom properties and updates usages across src/app.css. Many hard-coded color, background and shadow values have been replaced by new variables (for example --color-success/--color-danger/--color-warning/--color-info and --app-hover-tint/--app-raise-tint/--app-overlay-shadow), and a set of light-mode token values have been added/adjusted (the file now includes light-theme values such as --app-color-scheme: light, --app-bg: #f4f6fa, and lighter shadows/tones).
Key behavior changes (summary of the combined diff):
Notes for reviewers / potential issues to check
Recommended manual checks
Compatibility / migration
If useful, I can run a targeted grep or list of all changed selectors that now reference the new variables to help validate coverage.
Pull request closed