diff --git a/assets/scss/_header.scss b/assets/scss/_header.scss index fa5f60b..364d6cf 100644 --- a/assets/scss/_header.scss +++ b/assets/scss/_header.scss @@ -3,11 +3,12 @@ header { background: $background_accent_1; padding: 20px 30px; box-shadow: 5px 5px 5px 10px $background_accent_1; - h1 { + h1, h1 a, h1 a:hover, h1 a:link { color: $font_accent_1; margin: 0; font-weight: normal; font-size: 42px; + text-decoration: none; } nav ul { list-style: none; diff --git a/content/contents.lr b/content/contents.lr index 7cf811e..5d5ec29 100644 --- a/content/contents.lr +++ b/content/contents.lr @@ -1,4 +1,4 @@ -title: Winkekatze TV +title: Winkekatze Video Operation Center --- _model: start --- diff --git a/templates/layout.html b/templates/layout.html index b34902a..a20a6f2 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -34,7 +34,7 @@