From cae6a8a962ed49c3b3feee50a48406f4632c408d Mon Sep 17 00:00:00 2001 From: ryliejamesthomas Date: Sun, 21 Jan 2018 16:26:02 +1100 Subject: [PATCH] Messing with bg colour and margin on h1 / post titles --- design/custom.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/design/custom.css b/design/custom.css index b2ea924..e7b4687 100644 --- a/design/custom.css +++ b/design/custom.css @@ -85,8 +85,9 @@ blockquote.Quote, blockquote.UserQuote { /* Thread title */ h1 { - border: 1px solid #ffaec9; - padding: 8px 2px 1px !important; + background:#fff200; + border:1px solid #ffaec9; + padding:.5em !important; } .ItemDiscussion, .DataList .Item {