I can't believe you didn't fix this before #229

Merged
KontrollFreek merged 1 commit from patch-1 into master 2022-05-21 12:20:00 -04:00

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>