Colon still didn't fix the background repeating (#229)

so i fixed it
This commit is contained in:
Kontroll 2022-05-21 12:20:00 -04:00 committed by GitHub
parent b05bf0d221
commit 3af6913f97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@
<link rel="icon" href="../assets/icon.png">
</link>
</head>
<body style="background-image: linear-gradient(rgb(139, 139, 139), rgb(100, 100, 100));" onbeforeunload="sessionStorage.setItem('prevUrl', window.location.href)">
<body style="background: linear-gradient(rgb(139, 139, 139), rgb(100, 100, 100)) no-repeat center center fixed;" onbeforeunload="sessionStorage.setItem('prevUrl', window.location.href)">
<div class="center hidden"><br>
<div class="popup" id="steal">
@ -704,4 +704,4 @@ $(document).on('click', '.popup', function () {
$('.popup').hide()
})
</script>
</script>