From c24262b81a3d763fa2405da5280329925a1dc3ec Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Tue, 10 Nov 2020 11:58:45 +0100 Subject: [PATCH] =?UTF-8?q?Nadpis=20v=20hlavi=C4=8Dce=20je=20odkazem=20na?= =?UTF-8?q?=20index?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/style.scss | 5 +++++ templates/index.html | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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") }}