From 28c1bd319cb5d4e0b1d78a3c2db497fbb7041c6d Mon Sep 17 00:00:00 2001 From: KAKXER <89189991+KAKXER@users.noreply.github.com> Date: Fri, 12 Jan 2024 00:20:47 +0330 Subject: [PATCH] Update style.css --- styles/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/style.css b/styles/style.css index 52adb3d..1061b11 100644 --- a/styles/style.css +++ b/styles/style.css @@ -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; } @@ -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; } @@ -799,4 +799,4 @@ body { align-items: center; justify-content: center; pointer-events: none; -} \ No newline at end of file +}