Ensure page background colour takes shows through transparent background images

Fixes #2529
print-window-tiddler
Jermolene 2016-08-09 09:36:17 +01:00
rodzic 9bd002e41d
commit 8b60dbb81d
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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 {