updated stylesheets

This commit is contained in:
shockrah 2020-04-22 22:37:03 -07:00
parent f8287ca583
commit 165b19b572
2 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,7 @@
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous">
<link rel="shortcut icon" type="image/png" href="/favicon.png"/>
<!-- Side menu forces things properly apparantly-->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="/style.css">
<!-- Opengraph meme -->
<meta property="og:title" content="Definitely not a blog">
<meta property="og:site_name" content="Shockrah's Blog">

View File

@ -4,10 +4,12 @@
}
body {
font-family: 'Fixedsys';
background: #212121;
}
a {
text-decoration: none;
color: white;
}
blockquote {
@ -62,6 +64,7 @@ The content `<div>` is where all your content goes.
max-width: 800px;
margin-bottom: 50px;
line-height: 1.6em;
color: whitesmoke;
}
.header {