Fix for the repeating background in assets.html #256

Open
DerOwnerHD wants to merge 1 commit from DerOwnerHD/assetsbg-fix into master

View file

@ -9,9 +9,19 @@
<style>
body {
background-image: linear-gradient(#2b2b2b, #171717) !important;
margin-left: 12px;
}
.bg {
background-image: linear-gradient(#2b2b2b, #171717) !important;
background-repeat: no-repeat;
position: fixed;
top: 0;
left: 0;
z-index: -999;
width: 100vw;
height: 100vh;
}
a:link { color: rgb(0, 200, 255) }
a:visited { color: rgb(130, 140, 255) }
@ -38,6 +48,7 @@
<body>
<div class="bg"></div>
<h1 id="listing" style="margin: 15 0 15 0; text-decoration: underline;"></h1>
<div id="directories" style="margin-bottom: 20px">
<div class="name"><a href="../">Back</a></div></div>