fix for bg in assets.html
This commit is contained in:
parent
fc58174d60
commit
cce9add95c
1 changed files with 12 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue