1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-24 22:33:16 +00:00

Ensure page background colour takes shows through transparent background images

Fixes #2529
This commit is contained in:
Jermolene 2016-08-09 09:36:17 +01:00
parent 9bd002e41d
commit 8b60dbb81d

View File

@ -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;
<<custom-background-datauri>>
color: <<colour foreground>>;
background-color: <<colour page-background>>;
fill: <<colour foreground>>;
word-wrap: break-word;
<<custom-background-datauri>>
}
h1, h2, h3, h4, h5, h6 {