Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
KAKXER authored Jan 11, 2024
1 parent 1b49241 commit 28c1bd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ body {
width: 100%;
height: 100%;
background-image: url("https://cdn.discordapp.com/assets/profile_effects/effects/2023-12-13/sakura/intro.png");
background-size: 100% auto;
background-size: 100% 100%;
border-radius: 8px;
pointer-events: none;
}
Expand All @@ -235,7 +235,7 @@ body {
width: 100%;
height: 100%;
background-image: url("https://cdn.discordapp.com/assets/profile_effects/effects/2e46d5d2d9e/sakura/loop.png");
background-size: 100% auto;
background-size: 100% 100%;
border-radius: 8px;
}

Expand Down Expand Up @@ -799,4 +799,4 @@ body {
align-items: center;
justify-content: center;
pointer-events: none;
}
}

0 comments on commit 28c1bd3

Please sign in to comment.