Skip to content

Commit

Permalink
Fix background color of mixes on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Oct 25, 2023
1 parent 77c31e8 commit 2285d10
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions public/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -518,4 +518,10 @@ ytd-compact-radio-renderer ytd-badge-supported-renderer, ytd-grid-movie-renderer

.thumbnailNoBackground::before {
background-color: transparent !important;
}

/* These now have a "mix" image in the background, so need a background */
.thumbnailNoBackground ytd-playlist-video-thumbnail-renderer {
background-color: black;
border-radius: var(--yt-img-border-radius, none);
}

0 comments on commit 2285d10

Please sign in to comment.