parallel-colonialism

master
bootje 4 years ago
parent 5d5b3d3a77
commit 3fdc0ad7de

@ -14,7 +14,8 @@
<body>
<div id="wrapper"></div>
<div id="bg-left"></div>
<div id="bg-right"></div>
<!-- XPUB SYNTAX -->
<a href='../' id='homebttn' class='ext mytypestyle' >home</a>

@ -24,20 +24,6 @@
}
body{
background: black !important;
}
#wrapper {
background-color: black !important;
}
#main {
background-color: white !important;
}
.ext{
background: none;
@ -137,10 +123,17 @@ li{
display: none;
}
p {
line-height: 1.5em;
}
#bg-left{
position: fixed;
left: 0;
top: 0;
display: inline-block;
width: 25vw;
height: 100vh;
background-color: black;
}

Loading…
Cancel
Save