Skip to content

Commit ffe0698

Browse files
committed
color audio controls
1 parent 7cda616 commit ffe0698

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/main.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1020,4 +1020,14 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
10201020
color: white!important /* QUICK FIX, same color as the forward button but technically not themed */
10211021
}
10221022

1023+
/* audio controls */
1024+
.audioControls_f72aac {
1025+
background-color: var(--bg-1);
1026+
color: var(--txt-1)
1027+
}
1028+
1029+
.controlIcon_f72aac {
1030+
color: inherit
1031+
}
1032+
10231033
/* end stel commits */

0 commit comments

Comments
 (0)