Change font, add footer element spacing

master
Drake 3 years ago
parent 36aa73e739
commit ab504d3c56
No known key found for this signature in database
GPG Key ID: 9B83455BD94F12A3

@ -17,6 +17,6 @@
<p><a href = "entries/subliminal.html">A Story of Subliminals: Part I</a></p>
<div id="footer">
</div>
<a href = "blog.xml"><img src = "https://web.badges.world/badges/feeds/Rss-feed_80x15.gif" style = "position:fixed;bottom:55px;"></a>
<a href = "blog.xml"><img src = "https://web.badges.world/badges/feeds/Rss-feed_80x15.gif" style = "position:fixed;bottom:64px;"></a>
</body>
</html>

@ -1,3 +1,7 @@
a + a {
margin-left: 5px;
} /*i will kill you if this breaks other parts of the site*/
.footer {
position: fixed;
bottom: 0;

@ -1,10 +1,16 @@
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
body {
background-color:#333333;
color:white;
color: white;
font-family: 'Source Sans Pro', sans-serif;
}
pre {
background-color:#555555;
}
p {
font-size: 18px;
}
a {
color:#47FF58;
}

Loading…
Cancel
Save