Skip to content

Commit

Permalink
style: format code with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 3, 2024
1 parent a433ac2 commit 2d54e81
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions styles/youtube/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@
--dark-theme-disabled-color: @subtext1 !important;
--dark-theme-divider-color: @overlay0 !important;
}

/* Misc */

& when (@logo = 0) {
Expand Down Expand Up @@ -954,23 +954,25 @@

/* Buy super thanks bar */
#progressContainer.tp-yt-paper-progress {
background-color: @mantle !important;
background-color: @mantle !important;
}

#comment-chip-container.yt-pdg-comment-chip-renderer, .slider-knob-inner.tp-yt-paper-slider {
background: @accent-color;

#comment-chip-container.yt-pdg-comment-chip-renderer,
.slider-knob-inner.tp-yt-paper-slider {
background: @accent-color;
}

#primaryProgress.tp-yt-paper-progress {
background: linear-gradient(139deg, @peach, @maroon, @red, @pink);
background: linear-gradient(139deg, @peach, @maroon, @red, @pink);
}

#container.ytd-pdg-comment-preview-renderer {
background-color: @mantle !important;
background-color: @mantle !important;
}

#comment-chip-price.yt-pdg-comment-chip-renderer, yt-icon.yt-pdg-comment-chip-renderer {
color: @crust;

#comment-chip-price.yt-pdg-comment-chip-renderer,
yt-icon.yt-pdg-comment-chip-renderer {
color: @crust;
}

/* Channel pages */
Expand Down

0 comments on commit 2d54e81

Please sign in to comment.