Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ImprovedTube authored Mar 7, 2024
1 parent 57470ce commit 47b4fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js&css/extension/www.youtube.com/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ ytd-guide-section-renderer .it-button::after {
align-items: center;
content: 'Blocklist';
text-transform: uppercase;
color: white;
color: white; /*quick-fix for: var(--yt-spec-icon-active-other, #fff);*/
position: absolute;
left: 100%;
top: 0;
Expand All @@ -501,7 +501,7 @@ ytd-guide-section-renderer .it-button::after {
left: 4px;
width: 20px;
height: 20px;
fill: white;
fill: white; /*quick-fix for var(--yt-spec-icon-active-other, #fff);*/
pointer-events: none;
}

Expand Down

0 comments on commit 47b4fd7

Please sign in to comment.