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 {