Skip to content

Commit 0cf576e

Browse files
committed
change vc names to --redesign-button-overlay-alpha-text
1 parent 9b5dcd2 commit 0cf576e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/main.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@
122122
[class^=jumpToPresentBar_] > button,
123123
[class^=gifFavoriteButton_],
124124
[class^=iconWrapper_] /* video play button */,
125-
[class^=overlayBottom_] > [class^=text-] /* vc names */,
126125
[class^=categoryText_] /* gif category labels */ {
127126
color: var(--txt-0);
128127
}
@@ -1018,6 +1017,10 @@ svg[class^=slider_] > rect[fill='white'] /* settings checkbuttons slider */ {
10181017
color: var(--txt-0) !important /* "you're the only one here. */
10191018
}
10201019

1020+
.overlayBottom .text {
1021+
color: var(--redesign-button-overlay-alpha-text) /* vc names */
1022+
}
1023+
10211024
/* image popup */
10221025
.downloadLink_a15d41 {
10231026
color: white!important /* QUICK FIX, same color as the forward button but technically not themed */

0 commit comments

Comments
 (0)