Skip to content

Commit

Permalink
CSS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirlovon committed Jul 22, 2024
1 parent eea8abc commit 4732349
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions player/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,19 +277,18 @@ a:focus {
left: 0;
width: 100%;
height: 100%;
filter: saturate(150%);
transform: scale(1.75) rotate(-4deg);
background-repeat: repeat;
background-position: center;
background-size: 256px 256px;
filter: saturate(0%);
background-image: url(../assets/pattern.webp);
transition: opacity 2s ease, transform 1s ease;
animation: InfiniteBackground 30s linear infinite;
}

#background.visible {
opacity: 0.3;
filter: saturate(150%);
transform: scale(1.5) rotate(-8deg);
}

Expand Down

0 comments on commit 4732349

Please sign in to comment.