Skip to content

Commit

Permalink
fix(youtube): improve button styling (catppuccin#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Jun 22, 2024
1 parent 9ac7175 commit af29746
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions 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.0
@version 4.1.1
@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 @@ -601,8 +601,8 @@
border-color: @surface2;

&:hover {
background-color: @accent-color;
color: @crust;
background-color: fade(@accent-color, 30%);
color: @accent-color;
}
}

Expand All @@ -617,6 +617,10 @@
&.yt-spec-button-shape-next--filled {
color: @crust;
background-color: @accent-color;

&:hover {
background-color: lighten(@accent-color, 5%);
}
}
}

Expand Down

0 comments on commit af29746

Please sign in to comment.