44@homepageURL https://github.com/Nick2bad4u/UserStyles
55@supportURL https://github.com/Nick2bad4u/UserStyles/issues
66@description Updated Dark Mode for Strava for users who use Sauce for Strava.
7- @version 8.4
7+ @version 8.5
88@author ATX (Updated by Nick2bad4u)
99@license CC-BY-SA-4.0
1010@updateURL https://github.com/Nick2bad4u/UserStyles/raw/refs/heads/main/StravaAutoDarkTheme.user.css
1616@var color visited-links "Visited Links" #3c66ad
1717@var color grid-units "Grid Units" #3c66ac
1818@var color white "White" #ffffff
19+ @var color white2 "White 2" #fafafa
1920@var color black "Black" #000000
2021@var color red "Red" #ff0000
2122@var color blue "Blue" #4285f4
2627@var color gray5 "Gray 5" #3c3c3c
2728@var color gray6 "Gray 6" #6c6c6c
2829@var color gray7 "Gray 7" #161616
30+
2931==/UserStyle== */
3032@-moz-document regexp("https:\\/\\/(?:www\\.)?strava\\.com.*" ),
3133domain ("labs.strava.com" ) {
@@ -47,6 +49,7 @@ domain("labs.strava.com") {
4749 --gray5 : var (gray5);
4850 --gray6 : var (gray6);
4951 --gray7 : var (gray7);
52+ --white2 : var (white2);
5053 }
5154
5255 /* Simplified background color rules */
@@ -1188,7 +1191,7 @@ domain("labs.strava.com") {
11881191 .KudosCommentsAndAchievementsModal--kudos-and-comments-modal--Y9sxh
11891192 button ,
11901193 .XPe4a {
1191- color : # fafafa !important ;
1194+ color : var ( --white2 ) !important ;
11921195 }
11931196
11941197 body ,
@@ -1579,7 +1582,7 @@ domain("labs.strava.com") {
15791582 [class *= 'Search_searchIcon' ]: hover > svg ,
15801583 .yAxis > g > g : nth-child (n) > text > tspan ,
15811584 .xAxis > g > g : nth-child (n) > text > tspan {
1582- fill : # fafafa !important ;
1585+ fill : var ( --white2 ) !important ;
15831586 }
15841587
15851588 # progress-goals .bg-circle ,
0 commit comments