1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-26 17:06:51 +00:00

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:51 +01:00
parent 1a09a38f66
commit f88402b195

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;
}