Skip to content

Commit

Permalink
fix(yt): correct chips reggression
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses committed Nov 17, 2023
1 parent 22ab4d8 commit 09d557c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions styles/youtube/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -762,9 +762,8 @@
/* badges e.g. popular */
yt-chip-cloud-chip-renderer[chip-style="STYLE_DEFAULT"][selected],
yt-chip-cloud-chip-renderer[chip-style="STYLE_HOME_FILTER"][selected] {
background: @surface0 !important;
border-color: @accent-color !important;
color: @text !important;
background: @accent-color !important;
color: @crust !important;
}

/* Search border */
Expand Down

0 comments on commit 09d557c

Please sign in to comment.