Skip to content

Commit fbfaf22

Browse files
committed
feat(StravaAutoDarkTheme): bump version to 8.0 and enhance styling for various components
1 parent 4bd18b2 commit fbfaf22

1 file changed

Lines changed: 18 additions & 5 deletions

File tree

StravaAutoDarkTheme.user.css

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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 7.9
7+
@version 8.0
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
@@ -995,7 +995,9 @@ domain("labs.strava.com") {
995995
> :not(:last-child),
996996
[class*='CollapsibleSection--line'],
997997
[class*='Show--top-row'],
998-
.MediaUploader--dropzone--sS1mw {
998+
.MediaUploader--dropzone--sS1mw,
999+
.css-raebcl-control,
1000+
.css-kow44e-control {
9991001
border-color: var(--gray) !important;
10001002
}
10011003

@@ -1889,6 +1891,7 @@ domain("labs.strava.com") {
18891891
.XPe4a {
18901892
font-size: 12px;
18911893
}
1894+
18921895
table.segments tr.selected div.name,
18931896
.button {
18941897
font-weight: 300 !important;
@@ -2104,7 +2107,9 @@ domain("labs.strava.com") {
21042107
select:nth-child(n)
21052108
> option,
21062109
.loading-mask > select > option:nth-child(n),
2107-
.ftue-education-lightbox > div > div.inset {
2110+
.ftue-education-lightbox > div > div.inset,
2111+
.css-raebcl-control,
2112+
.css-kow44e-control {
21082113
background: var(--black);
21092114
}
21102115

@@ -2299,7 +2304,8 @@ domain("labs.strava.com") {
22992304
white-space: normal;
23002305
}
23012306

2302-
.sidebar .gear td:last-child {
2307+
.sidebar .gear td:last-child,
2308+
.css-qc6sy-singleValue {
23032309
color: var(--primary-color);
23042310
}
23052311

@@ -2317,7 +2323,8 @@ domain("labs.strava.com") {
23172323

23182324
.------packages-feed-ui-src-components-ActivityEntryBody-ActivityEntryBody-module__appIconWrapper--DEx9Z
23192325
> svg
2320-
> path {
2326+
> path,
2327+
.y4aqb .RZY41 .y8HM6 a {
23212328
color: #fff77a;
23222329
}
23232330

@@ -2559,4 +2566,10 @@ domain("labs.strava.com") {
25592566
0 0 5px var(--black);
25602567
/* Adjust the last value to make the shadow thicker */
25612568
}
2569+
2570+
.No9rk .eTWeN .aLN__,
2571+
.q_5si .ip44p,
2572+
.No9rk .h6o1o {
2573+
color: var(--white) !important;
2574+
}
25622575
}

0 commit comments

Comments
 (0)