File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 122
122
[class ^= jumpToPresentBar_ ] > button ,
123
123
[class ^= gifFavoriteButton_ ],
124
124
[class ^= iconWrapper_ ] /* video play button */ ,
125
- [class ^= overlayBottom_ ] > [class ^= text- ] /* vc names */ ,
126
125
[class ^= categoryText_ ] /* gif category labels */ {
127
126
color : var (--txt-0 );
128
127
}
@@ -1018,6 +1017,10 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
1018
1017
color : var (--txt-0 ) !important /* "you're the only one here. */
1019
1018
}
1020
1019
1020
+ .overlayBottom .text {
1021
+ color : var (--redesign-button-overlay-alpha-text ) /* vc names */
1022
+ }
1023
+
1021
1024
/* image popup */
1022
1025
.downloadLink_a15d41 {
1023
1026
color : white!important /* QUICK FIX, same color as the forward button but technically not themed */
You can’t perform that action at this time.
0 commit comments