Skip to content

Commit

Permalink
you filter and keyboard shortcuts dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
RaitaroH authored Jun 25, 2021
1 parent d876cf7 commit 297c78d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions YouTubeDeepDarkMaterial.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,15 @@
{
display: none;
}
/*new to you filter on video*/
#content-wrapper.ytd-feed-nudge-renderer
{
background-color: var(--second-background) !important;
}
yt-chip-cloud-chip-renderer[chip-style="STYLE_REFRESH_TO_NOVEL_CHIP"][selected]
{
background-image: none !important;
}

/*Covid19 big posts aka rich shelves*/
/*also other borders*/
Expand Down Expand Up @@ -3985,4 +3994,14 @@
{
color: var(--dimmer-text) !important;
}

/*Keyboard shortcuts Shift-/ */
ytd-hotkey-dialog-renderer[dialog][dialog][dialog]
{
background-color: var(--main-background) !important;
}
ytd-hotkey-dialog-section-option-renderer
{
border-color: var(--hover-background) !important;
}
}

0 comments on commit 297c78d

Please sign in to comment.