From 86d2a7814d2d79cce2c7df047a35613de8196cfd Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Fri, 11 Dec 2020 15:33:30 +0100 Subject: [PATCH] Title in header is a link to the index --- static/style.css | 7 ++++--- templates/index.html | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/static/style.css b/static/style.css index 47c72f6..50a3655 100644 --- a/static/style.css +++ b/static/style.css @@ -23,6 +23,9 @@ header { font-weight: bold; font-size: 1.5em; } +header a { + color: inherit; +} aside span.title { display: block; @@ -49,9 +52,7 @@ main .info { margin: 2em 0; padding: 1em 0; } -main .info .meta { - /* margin-bottom: 1em; */ -} + main .info ul { list-style-type: none; margin: 0; diff --git a/templates/index.html b/templates/index.html index 10462b3..2c9f2ae 100644 --- a/templates/index.html +++ b/templates/index.html @@ -12,7 +12,7 @@
- {{ config.title }} + {{ config.title }}