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