From 4db62df0d09bc5afe2afd57c9afd99f0c7f7f13a Mon Sep 17 00:00:00 2001 From: "fred.boniface" Date: Fri, 28 Oct 2022 21:36:25 +0100 Subject: [PATCH] Add header styles --- style/new_style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style/new_style.css b/style/new_style.css index edac275..512b223 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -159,6 +159,10 @@ body { padding-bottom: 10px; width: 100%; } +.content h2 { + color: var(--main-text-color); + text-align: center; +} .content p { width: 90%; margin: auto;