From 1474131771e8d199c272662e1a2dad33e7b4e057 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 5 Sep 2022 14:29:17 +0100 Subject: [PATCH] Thin fonts on 500 page --- website/common/templates/500.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/common/templates/500.html b/website/common/templates/500.html index 416c4c7..10cb03c 100644 --- a/website/common/templates/500.html +++ b/website/common/templates/500.html @@ -15,6 +15,15 @@ font-family: sans-serif; background-color: #e85537; color: white; + font-size: 125%; + } + + h1 { + font-weight: 400; + } + + p { + font-weight: 300; } a, a:hover {