From 165b19b57280741bb710cbe2cdd26b62abfe2d54 Mon Sep 17 00:00:00 2001 From: shockrah Date: Wed, 22 Apr 2020 22:37:03 -0700 Subject: [PATCH] updated stylesheets --- partials/header.html | 2 +- root/style.css | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/partials/header.html b/partials/header.html index 8498ad0..5720ce1 100644 --- a/partials/header.html +++ b/partials/header.html @@ -8,7 +8,7 @@ - + diff --git a/root/style.css b/root/style.css index f9c501b..becb061 100644 --- a/root/style.css +++ b/root/style.css @@ -4,10 +4,12 @@ } body { font-family: 'Fixedsys'; + background: #212121; } a { text-decoration: none; + color: white; } blockquote { @@ -62,6 +64,7 @@ The content `
` is where all your content goes. max-width: 800px; margin-bottom: 50px; line-height: 1.6em; + color: whitesmoke; } .header {