Skip to content

Commit

Permalink
Merge branch 'main' into feat/readwise
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Aug 10, 2024
2 parents 3b379af + a3443e4 commit ff225c4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 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.0
@version 4.2.2
@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 @@ -597,6 +597,11 @@
}
}

.yt-spec-button-shape-next--disabled {
background-color: fade(@overlay0, 50%);
color: @subtext0;
}

.yt-spec-button-shape-next--overlay {
&.yt-spec-button-shape-next--tonal,
&.yt-spec-button-shape-next--text {
Expand Down Expand Up @@ -915,6 +920,9 @@
.YtwFactoidRendererLabel {
color: @subtext0;
}
.YtwFactoidRendererValue {
color: @text;
}

ytd-reel-video-renderer:not([is-watch-while-mode]) {
.yt-spec-button-shape-with-label__label {
Expand Down

0 comments on commit ff225c4

Please sign in to comment.