From ee8647fb97cfb15ff5171adaa1c800efc996086c Mon Sep 17 00:00:00 2001 From: David Eisinger Date: Mon, 9 Jan 2023 23:56:18 -0500 Subject: [PATCH] Style fixes --- themes/v2/assets/css/style.scss | 23 ++++++++++++++++++++++- themes/v2/layouts/partials/footer.html | 7 +++---- 2 files changed, 25 insertions(+), 5 deletions(-) diff --git a/themes/v2/assets/css/style.scss b/themes/v2/assets/css/style.scss index 9ba233f..e40a4e9 100644 --- a/themes/v2/assets/css/style.scss +++ b/themes/v2/assets/css/style.scss @@ -1,8 +1,29 @@ body { font-family: monospace; + font-size: 13px; padding: 50px; } -#content { +h1, h2, h3 { + font-size: 1em; +} + +h2, h3 { + color: #aaa; +} + +a { + color: blue; +} + +header, #content, footer { max-width: 800px; } + +footer { + text-align: center; + + hr { + margin-bottom: 12px; + } +} diff --git a/themes/v2/layouts/partials/footer.html b/themes/v2/layouts/partials/footer.html index d38b533..539a683 100644 --- a/themes/v2/layouts/partials/footer.html +++ b/themes/v2/layouts/partials/footer.html @@ -1,5 +1,4 @@ -
- -

+