From 8b60dbb81d3495aa8be1f160e4f31bcae995f400 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Tue, 9 Aug 2016 09:36:17 +0100 Subject: [PATCH] Ensure page background colour takes shows through transparent background images Fixes #2529 --- themes/tiddlywiki/vanilla/base.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index ddc930f72..abebaf593 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -69,11 +69,11 @@ html:-webkit-full-screen { body.tc-body { font-size: {{$:/themes/tiddlywiki/vanilla/metrics/fontsize}}; line-height: {{$:/themes/tiddlywiki/vanilla/metrics/lineheight}}; + word-wrap: break-word; + <> color: <>; background-color: <>; fill: <>; - word-wrap: break-word; - <> } h1, h2, h3, h4, h5, h6 {