Don't set colour of SVG elements

Instead set the default colour on the body element so that it will be
inherited
This commit is contained in:
Jermolene
2015-05-13 23:59:55 +01:00
parent 1a09a38f66
commit f88402b195
+1 -4
View File
@@ -71,6 +71,7 @@ body.tc-body {
line-height: {{$:/themes/tiddlywiki/vanilla/metrics/lineheight}};
color: <<colour foreground>>;
background-color: <<colour page-background>>;
fill: <<colour foreground>>;
word-wrap: break-word;
<<custom-background-datauri>>
}
@@ -130,10 +131,6 @@ input:not([type]) {
color: <<colour muted-foreground>>;
}
svg {
fill: <<colour foreground>>;
}
svg.tc-image-button {
padding: 0px 1px 1px 0px;
}