From d57858f3df254b897a3709f16783b944f280b40f Mon Sep 17 00:00:00 2001 From: Felix Date: Thu, 11 Feb 2021 18:45:38 +0100 Subject: [PATCH] make header a little fancier --- _layouts/default.html | 1 + _sass/style.scss | 8 +++++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index ac567d0..22714f5 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -4,6 +4,7 @@ {{ site.title }} + {% seo %} diff --git a/_sass/style.scss b/_sass/style.scss index 9fd2070..722cf1b 100644 --- a/_sass/style.scss +++ b/_sass/style.scss @@ -27,10 +27,11 @@ h1, h2, h3, h4, h5, h6 { color: $color-primary; } -h1 { +header h1 { text-align: center; - margin: 20px 0; + margin: 20px 0 0; font-weight: 400; + font-family: "OleoScript", sans-serif; } a { @@ -38,7 +39,6 @@ a { } nav { - border-top: thin solid $color-primary; border-bottom: thin solid $color-primary; ul { @@ -53,6 +53,8 @@ nav { a { padding: 20px; display: inline-block; + font-weight: 700; + text-decoration: none; } } }