From ab977f7e815fac2ece207c5f690195b4a2b6225c Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Thu, 28 May 2020 12:18:04 -0500 Subject: [PATCH] header CSS tweaks --- incorporealcms/static/css/style.css | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/incorporealcms/static/css/style.css b/incorporealcms/static/css/style.css index be128f3..a587bb0 100644 --- a/incorporealcms/static/css/style.css +++ b/incorporealcms/static/css/style.css @@ -13,6 +13,30 @@ h1,h2,h3,h4,h5,h6 { color: #811610; } +h1 { + font-size: 2em; +} + +h2 { + font-size: 1.5em; +} + +h3 { + font-size: 1.25em; +} + +h4 { + font-size: 1.17em; +} + +h5 { + font-size: 1em; +} + +h6 { + font-size: .83em; +} + a:link { color: #222; font-weight: bold;