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/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'views/style.css') 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