From 86ed8cf878b95c8ffdf4ef3431295d503cd83e34 Mon Sep 17 00:00:00 2001 From: rawleyIfowler Date: Sun, 20 Feb 2022 17:31:30 -0600 Subject: [PATCH] adjusted font weight of h4 --- static/index.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.css b/static/index.css index e5b9d75..b1329a7 100644 --- a/static/index.css +++ b/static/index.css @@ -54,7 +54,7 @@ h3 { h4 { font-size: 1.2em; - font-weight: 500; + font-weight: 560; margin-bottom: 6px; }