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 {