diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-17 09:06:41 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-17 09:06:41 +0200 |
| commit | 2a20ea69a3d62c32c09e62e756a872a3042372b2 (patch) | |
| tree | e57fb5a35ba19ae252fb32f7f95e9f585d7973d7 /web/static | |
| parent | fcbfad33a8e8fdb671d2907b55a8074df9a558e6 (diff) | |
feat(web): refine ride profile climb labels
Diffstat (limited to 'web/static')
| -rw-r--r-- | web/static/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/static/style.css b/web/static/style.css index ab6c1ed..e32525d 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -32,7 +32,9 @@ --color-plot-surface-overlay: oklch(from var(--color-plot-surface) l c h / 90%); --color-plot-grid: var(--color-border-subtle); --color-accent-fill: oklch(from var(--palette-coral) l c h / 12%); - --color-climb-label: oklch(from var(--palette-coral) calc(l - 0.21) calc(c * 0.72) h); + --color-profile-fill: oklch(from var(--palette-leaf) l c h / 16%); + --color-profile-line: var(--color-forest); + --color-climb-label: oklch(40% 0.12 35deg); --color-crossing: oklch(from var(--palette-leaf) l c h / 60%); --color-crossing-label: var(--color-notice-text); --color-hover-line: oklch(from var(--palette-forest) l c h / 60%); |