Skip to content

Commit

Permalink
fix(youtube): shorts progress bar (#1315)
Browse files Browse the repository at this point in the history
Co-authored-by: Omar <[email protected]>
  • Loading branch information
somerand0mcatt and somerand0mcatt committed Sep 20, 2024
1 parent 27122e8 commit 9d5f2ea
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.2.10
@version 4.2.11
@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 @@ -977,6 +977,11 @@
color: @white;
}

.YtProgressBarLineProgressBarPlayed,
.YtProgressBarPlayheadProgressBarPlayheadDot {
background-color: @accent-color !important;
}

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

0 comments on commit 9d5f2ea

Please sign in to comment.