Skip to content

Commit

Permalink
fix(crunchyroll): content warnings & backdrop at beginning of video
Browse files Browse the repository at this point in the history
  • Loading branch information
Lichthagel committed Oct 16, 2024
1 parent 8830002 commit 4135938
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion styles/crunchyroll/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2375,10 +2375,15 @@
}

// SHADOW ON TOP when video starts playing
[style*="background-image: linear-gradient(rgb(20, 21, 25), rgba(20, 21, 25, 0));"] {
[style*="background-image: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0));"] {
background-image: linear-gradient(@base, fade(@base, 0%)) !important;
}

// CONTENT WARNINGS
[style*="height: 48px; width: 90px;"] + div {
color: @text;
}

// SKIP BUTTON
[data-testid="skipButton"] {
* {
Expand Down

0 comments on commit 4135938

Please sign in to comment.