From f6133c4eac182bdd560ed80c4c07495b043ed8fd Mon Sep 17 00:00:00 2001 From: Thomas Rettig Date: Sun, 12 Dec 2021 09:30:46 +0800 Subject: [PATCH] Improve legibility of footer text (#26) Improve the colour contrast and bump up the font-weight to improve legibility of the footer text. --- assets/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 9a2c71a..7f77ce4 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -275,7 +275,7 @@ main#content section.footnotes { footer#footer { font-size: 14px; font-size: 1.4rem; - font-weight: 300; - color: #949494; + font-weight: 400; + color: #b3b3b3; margin: 40px 0; }