From b54270d3c222198f94bc119f02655ba8897dfd79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20=C5=81achan?= Date: Thu, 25 Apr 2024 16:11:15 +0200 Subject: [PATCH] fix for connect.garmin.com (#12634) Fixes for new dashboard. --- src/config/dynamic-theme-fixes.config | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/config/dynamic-theme-fixes.config b/src/config/dynamic-theme-fixes.config index e15f40585bf9..401c19e1c2f5 100644 --- a/src/config/dynamic-theme-fixes.config +++ b/src/config/dynamic-theme-fixes.config @@ -10535,6 +10535,17 @@ INVERT .gh__logo .map-controls.player .pause span +CSS +.recharts-wrapper text { + fill: ${rgba(0, 0, 0, 0.75)} !important; +} +span[class*="Carousel_carouselHighlightedDot"] { + background-color: ${rgba(0, 0, 0, 0.75)} !important; +} +div[class*="ProgressBar_bar__"] { + background: gray !important; +} + ================================ gasbuddy.com