From 8cef95ad039006a1f7eab8a760c76df8fa514dec Mon Sep 17 00:00:00 2001 From: adam <56338480+adastx@users.noreply.github.com> Date: Sat, 27 Aug 2022 21:03:58 +0200 Subject: New footer, and some polish --- dst/styles/style.css | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) (limited to 'dst/styles/style.css') diff --git a/dst/styles/style.css b/dst/styles/style.css index e76f9b9..976898c 100644 --- a/dst/styles/style.css +++ b/dst/styles/style.css @@ -12,7 +12,6 @@ h1 { font-size: 2em; } - a { color: #fda; text-decoration: none; @@ -39,7 +38,6 @@ pre code { color: #ddd; } - p img, table { max-width: 100%; } @@ -49,7 +47,6 @@ img { margin-right: auto; } - blockquote { background-color: #222; border-left: 5px solid #e6c79a; @@ -57,31 +54,23 @@ blockquote { padding-left: 1em; } - -.header { +header { font-size: 2em; margin-top: 1.5em; margin-bottom: 2em; } -.footer { - margin-top: 2em; +footer { + margin-top: 3em; margin-bottom: 4em; + text-align: center; } .note { margin: 0; } -.header, .footer, .note, .note a { +header, footer, .note, .note a { color: #888; } -.header a, .footer a { +.homepage-link { color: rgb(198, 90, 90); text-decoration-color: #555; } - - -/* .button { - display: inline-block; - border-color: #fda; - padding: 0.5em 1em; - text-decoration: none; -} */ -- cgit v1.2.3-70-g09d2