From c1ba6346e882afae226459970ff47a57e27f739e Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 14 Mar 2019 17:14:23 +0000 Subject: [PATCH] Add h4, h5, & h6 --- css/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/theme.css b/css/theme.css index ab117aa..db5407e 100644 --- a/css/theme.css +++ b/css/theme.css @@ -28,7 +28,7 @@ article:not(.title) { background: content-box url("./images/freeside.svg") bottom right / 15% no-repeat; } -h1, h2, h3 { +h1, h2, h3, h4, h5, h6 { color: var(--accent-main); text-align: center; margin: 0.5em 0;