summaryrefslogtreecommitdiff
path: root/web/frontend/ride-detail.ts
diff options
context:
space:
mode:
authorMartin Kagamino Lehoux <martin@lehoux.net>2026-08-17 09:06:41 +0200
committerMartin Kagamino Lehoux <martin@lehoux.net>2026-08-17 09:06:41 +0200
commit2a20ea69a3d62c32c09e62e756a872a3042372b2 (patch)
treee57fb5a35ba19ae252fb32f7f95e9f585d7973d7 /web/frontend/ride-detail.ts
parentfcbfad33a8e8fdb671d2907b55a8074df9a558e6 (diff)
feat(web): refine ride profile climb labels
Diffstat (limited to 'web/frontend/ride-detail.ts')
-rw-r--r--web/frontend/ride-detail.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/frontend/ride-detail.ts b/web/frontend/ride-detail.ts
index fb75c19..d59cbe9 100644
--- a/web/frontend/ride-detail.ts
+++ b/web/frontend/ride-detail.ts
@@ -33,6 +33,8 @@ export const mountRideDetail = (): void => {
plotSurfaceOverlay: resolveColor("--color-plot-surface-overlay"),
grid: resolveColor("--color-plot-grid"),
accentFill: resolveColor("--color-accent-fill"),
+ profileFill: resolveColor("--color-profile-fill"),
+ profileLine: resolveColor("--color-profile-line"),
climbLabel: resolveColor("--color-climb-label"),
crossing: resolveColor("--color-crossing"),
crossingLabel: resolveColor("--color-crossing-label"),