Adds a "CSS Variables" panel to the Styling tab with a color picker and description for every color token in globals.css (base, sidebar, design token aliases, event colors, all-day chips), plus a "Custom CSS" textarea that loads after the default stylesheet and can override any rule. Overrides are stored per-user (customCssVars, customCss) and applied on the root container's inline style, so they take precedence over themes and per-field settings. v1.113.0
13 lines
479 B
Markdown
13 lines
479 B
Markdown
# Changelog
|
|
|
|
All notable changes to this project are documented in this file.
|
|
|
|
## [1.113.0] - 2026-07-08
|
|
|
|
### Added
|
|
- Styling settings: "CSS Variables" panel with a color picker and description for every
|
|
customizable color token in `globals.css` (base colors, settings sidebar, design token
|
|
aliases, event colors, all-day chips).
|
|
- Styling settings: "Custom CSS" textarea to inject a personal stylesheet that loads after
|
|
the app's default styles and can override any rule.
|