From fa9fc38be80a282d548be600abdb8104ea5dd16c Mon Sep 17 00:00:00 2001 From: Jermolene Date: Sat, 27 Dec 2014 12:00:51 +0000 Subject: [PATCH] Fix "Hide Furniture" theme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To account for integrating “sticky titles” theme with “Vanilla” --- editions/introduction/themes/hidefurniture/base.tid | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/editions/introduction/themes/hidefurniture/base.tid b/editions/introduction/themes/hidefurniture/base.tid index 2d51eee5a..aff172ce6 100644 --- a/editions/introduction/themes/hidefurniture/base.tid +++ b/editions/introduction/themes/hidefurniture/base.tid @@ -9,6 +9,10 @@ html body .tc-tiddler-frame { <> } +html body .tc-tiddler-title { + background-color: inherit; +} + html body .tc-story-river { margin-top: 70px; }