From 2a20ea69a3d62c32c09e62e756a872a3042372b2 Mon Sep 17 00:00:00 2001 From: Martin Kagamino Lehoux Date: Mon, 17 Aug 2026 09:06:41 +0200 Subject: feat(web): refine ride profile climb labels --- web/static/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'web/static/style.css') 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%); -- cgit v1.2.3