Skip to content

Commit

Permalink
fix(youtube): youtube shorts like button (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
isabelroses authored Jul 23, 2024
1 parent 6ec5206 commit b69fc40
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion styles/youtube/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name YouTube Catppuccin
@namespace github.com/catppuccin/userstyles/styles/youtube
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/youtube
@version 4.1.2
@version 4.1.3
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/youtube/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ayoutube
@description Soothing pastel theme for YouTube
Expand Down Expand Up @@ -913,6 +913,11 @@
color: @white;
}

.yt-spec-button-shape-next--overlay-dark.yt-spec-button-shape-next--filled {
background-color: @accent-color;
color: @crust;
}

.YtdDesktopShortsVolumeControlsMuteIcon {
color: @white !important;
}
Expand Down

0 comments on commit b69fc40

Please sign in to comment.