Skip to content

Commit

Permalink
fix for connect.garmin.com (#12634)
Browse files Browse the repository at this point in the history
Fixes for new dashboard.
  • Loading branch information
Myshor committed Apr 25, 2024
1 parent b25f76d commit b54270d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/config/dynamic-theme-fixes.config
Expand Up @@ -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
Expand Down

0 comments on commit b54270d

Please sign in to comment.