From ad0fb353094d69c9f0ea12c45a9ff6798e140329 Mon Sep 17 00:00:00 2001 From: nicolas sterchele Date: Sat, 3 Sep 2022 18:54:37 +0200 Subject: views: cosmetic changes * add footer and its css class * change header * add icon --- views/header.html | 6 +++--- views/inks.html | 3 +++ views/style.css | 6 +++++- 3 files changed, 11 insertions(+), 4 deletions(-) (limited to 'views') diff --git a/views/header.html b/views/header.html index 7cf03f3..2156a62 100755 --- a/views/header.html +++ b/views/header.html @@ -1,13 +1,13 @@ -inks +Links - +
-@inks@{{ .ServerName }} +@{{ .ServerName }} tags sources random diff --git a/views/inks.html b/views/inks.html index e3e61b0..ef5755e 100755 --- a/views/inks.html +++ b/views/inks.html @@ -34,5 +34,8 @@ {{ end }} + diff --git a/views/style.css b/views/style.css index d5ccf19..c66475b 100755 --- a/views/style.css +++ b/views/style.css @@ -11,7 +11,7 @@ body { a { color: #aea; } -main, header { +main, header, footer { max-width: 1260px; margin: auto; } @@ -39,6 +39,10 @@ blockquote { margin-bottom: 2em; } +footer { + color: #8d8; +} + article.link p { margin: 0; margin-left: 2em; -- cgit v1.2.3