From ca7d8674df25961f6a86fce32321e938a12574b7 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Thu, 17 May 2018 17:37:57 -0700 Subject: [PATCH] h2 styling in the site --- _site/themes/hyde-hyde/static/css/wtf.css | 7 ++++++- docs/css/wtf.css | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/_site/themes/hyde-hyde/static/css/wtf.css b/_site/themes/hyde-hyde/static/css/wtf.css index 50b637c5..88213b04 100644 --- a/_site/themes/hyde-hyde/static/css/wtf.css +++ b/_site/themes/hyde-hyde/static/css/wtf.css @@ -3,7 +3,12 @@ h1, h2, h3, h4 { } h2 { - margin-top: 24px; + background-color: #623C60; + border-radius: 5px; + color: #fff; + margin-top: 32px; + margin-bottom: 18px; + padding: 10px 8px; } p { diff --git a/docs/css/wtf.css b/docs/css/wtf.css index 50b637c5..f2e9986e 100644 --- a/docs/css/wtf.css +++ b/docs/css/wtf.css @@ -3,7 +3,12 @@ h1, h2, h3, h4 { } h2 { + background-color: #623C60; + border-radius: 5px; + color: #fff; margin-top: 24px; + margin-bottom: 24px; + padding: 10px 8px; } p {