From dfbb8305ed9cd42e151361d65a85a4c580956c68 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Sun, 13 Apr 2025 11:13:45 -0400 Subject: no font weight h6 --- templates/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/styles.css b/templates/styles.css index fdad19d..966df81 100644 --- a/templates/styles.css +++ b/templates/styles.css @@ -78,6 +78,7 @@ h6 { /* blog block paragraphs */ color: var(--darkteal); font-size: 1.2em; + font-weight: normal; margin-top: 1em; margin-bottom: 1em; } -- cgit v1.2.3