From f88402b1955ed39483d63b3aba7dcc131197c8e8 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Wed, 13 May 2015 23:59:51 +0100 Subject: [PATCH] Don't set colour of SVG elements Instead set the default colour on the body element so that it will be inherited --- themes/tiddlywiki/vanilla/base.tid | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/themes/tiddlywiki/vanilla/base.tid b/themes/tiddlywiki/vanilla/base.tid index 7b9de976d..859cfa35f 100644 --- a/themes/tiddlywiki/vanilla/base.tid +++ b/themes/tiddlywiki/vanilla/base.tid @@ -71,6 +71,7 @@ body.tc-body { line-height: {{$:/themes/tiddlywiki/vanilla/metrics/lineheight}}; color: <>; background-color: <>; + fill: <>; word-wrap: break-word; <> } @@ -130,10 +131,6 @@ input:not([type]) { color: <>; } -svg { - fill: <>; -} - svg.tc-image-button { padding: 0px 1px 1px 0px; }