mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-28 18:04:44 +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:
parent
1a09a38f66
commit
f88402b195
@ -71,6 +71,7 @@ body.tc-body {
|
|||||||
line-height: {{$:/themes/tiddlywiki/vanilla/metrics/lineheight}};
|
line-height: {{$:/themes/tiddlywiki/vanilla/metrics/lineheight}};
|
||||||
color: <<colour foreground>>;
|
color: <<colour foreground>>;
|
||||||
background-color: <<colour page-background>>;
|
background-color: <<colour page-background>>;
|
||||||
|
fill: <<colour foreground>>;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
<<custom-background-datauri>>
|
<<custom-background-datauri>>
|
||||||
}
|
}
|
||||||
@ -130,10 +131,6 @@ input:not([type]) {
|
|||||||
color: <<colour muted-foreground>>;
|
color: <<colour muted-foreground>>;
|
||||||
}
|
}
|
||||||
|
|
||||||
svg {
|
|
||||||
fill: <<colour foreground>>;
|
|
||||||
}
|
|
||||||
|
|
||||||
svg.tc-image-button {
|
svg.tc-image-button {
|
||||||
padding: 0px 1px 1px 0px;
|
padding: 0px 1px 1px 0px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user