Skip to content

Commit

Permalink
fix(youtube): various unthemed texts related to playlists (#1555)
Browse files Browse the repository at this point in the history
Co-authored-by: uncenter <[email protected]>
  • Loading branch information
ashish0kumar and uncenter authored Jan 5, 2025
1 parent 36bf9cb commit cd648a4
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions styles/youtube/catppuccin.user.less
Original file line number Diff line number Diff line change
Expand Up @@ -1210,6 +1210,29 @@
.video-summary-content-view-model-wiz__paragraph {
color: @text;
}

/* Playlist collapsed sidebar */
#next-video-title {
color: @text !important;
}
#publisher-container {
.yt-simple-endpoint.style-scope.yt-formatted-string,
.index-message-wrapper.style-scope.ytd-playlist-panel-renderer,
.index-message-wrapper.style-scope.ytd-playlist-panel-renderer::before {
color: @subtext0 !important;
}
}

/* Playlist metadata */
.metadata-stats.style-scope.ytd-playlist-byline-renderer,
.yt-lockup-metadata-view-model-wiz__metadata {
color: @subtext0 !important;
}

/* Playlist titles in search results */
.yt-core-attributed-string.yt-core-attributed-string--white-space-pre-wrap {
color: @text !important;
}
}
}

Expand Down

0 comments on commit cd648a4

Please sign in to comment.