diff options
author | adam <56338480+adastx@users.noreply.github.com> | 2022-08-27 21:03:58 +0200 |
---|---|---|
committer | adam <56338480+adastx@users.noreply.github.com> | 2022-08-27 21:03:58 +0200 |
commit | 8cef95ad039006a1f7eab8a760c76df8fa514dec (patch) | |
tree | 6a701aedba738080c3a7faa330393d5565958dc7 /dst/styles | |
parent | c1aa735a671a06687ea2ce02e6b904f08fa3159b (diff) |
New footer, and some polish
Diffstat (limited to 'dst/styles')
-rw-r--r-- | dst/styles/style.css | 23 |
1 files changed, 6 insertions, 17 deletions
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; -} */ |