diff --git a/sass/style.scss b/sass/style.scss index bfa6157..cf6bf9b 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -58,6 +58,11 @@ header { h1 { font-size: 2em; + + a { + color: #000; + text-decoration: none; + } } nav ul { diff --git a/templates/index.html b/templates/index.html index 0c45508..8894dc6 100644 --- a/templates/index.html +++ b/templates/index.html @@ -10,7 +10,7 @@
Logo PedF -

{{ config.title | upper }}

+

{{ config.title | upper }}

{{ macros::nav(type="short") }}