1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-26 07:13:15 +00:00

Fix full screen background

This commit is contained in:
Jermolene 2014-04-14 21:30:42 +01:00
parent dad60cda05
commit 88be791e58
2 changed files with 9 additions and 0 deletions

View File

@ -1,5 +1,6 @@
title: $:/themes/tiddlywiki/seamless/base
tags: [[$:/tags/stylesheet]]
list-after: $:/themes/tiddlywiki/vanilla/base
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
@ -91,6 +92,10 @@ html body.tw-body {
background-color: <<colour background>>;
}
html:-webkit-full-screen {
background-color: <<colour background>>;
}
/* Adjust the colour of the page controls */
body.tw-body .tw-page-controls svg {
fill: <<colour muted-foreground>>;

View File

@ -27,6 +27,10 @@ html {
text-rendering: optimizeLegibility; /* Enables kerning and ligatures etc. */
}
html:-webkit-full-screen {
background-color: <<colour page-background>>;
}
body.tw-body {
font-size: {{$:/themes/tiddlywiki/vanilla/metrics##fontsize}};
line-height: {{$:/themes/tiddlywiki/vanilla/metrics##lineheight}};