mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-04 13:19:11 +00:00
Fix full screen background
This commit is contained in:
parent
dad60cda05
commit
88be791e58
@ -1,5 +1,6 @@
|
|||||||
title: $:/themes/tiddlywiki/seamless/base
|
title: $:/themes/tiddlywiki/seamless/base
|
||||||
tags: [[$:/tags/stylesheet]]
|
tags: [[$:/tags/stylesheet]]
|
||||||
|
list-after: $:/themes/tiddlywiki/vanilla/base
|
||||||
|
|
||||||
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
|
\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline
|
||||||
|
|
||||||
@ -91,6 +92,10 @@ html body.tw-body {
|
|||||||
background-color: <<colour background>>;
|
background-color: <<colour background>>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html:-webkit-full-screen {
|
||||||
|
background-color: <<colour background>>;
|
||||||
|
}
|
||||||
|
|
||||||
/* Adjust the colour of the page controls */
|
/* Adjust the colour of the page controls */
|
||||||
body.tw-body .tw-page-controls svg {
|
body.tw-body .tw-page-controls svg {
|
||||||
fill: <<colour muted-foreground>>;
|
fill: <<colour muted-foreground>>;
|
||||||
|
@ -27,6 +27,10 @@ html {
|
|||||||
text-rendering: optimizeLegibility; /* Enables kerning and ligatures etc. */
|
text-rendering: optimizeLegibility; /* Enables kerning and ligatures etc. */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html:-webkit-full-screen {
|
||||||
|
background-color: <<colour page-background>>;
|
||||||
|
}
|
||||||
|
|
||||||
body.tw-body {
|
body.tw-body {
|
||||||
font-size: {{$:/themes/tiddlywiki/vanilla/metrics##fontsize}};
|
font-size: {{$:/themes/tiddlywiki/vanilla/metrics##fontsize}};
|
||||||
line-height: {{$:/themes/tiddlywiki/vanilla/metrics##lineheight}};
|
line-height: {{$:/themes/tiddlywiki/vanilla/metrics##lineheight}};
|
||||||
|
Loading…
Reference in New Issue
Block a user