mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-25 07:15:48 +00:00
tc-body background transparent if background attachment (#3100)
* tc-body transparent if background attachment if you go fullscreen with the fullscreen button, the tc-body background color hides the background attachments - so make it transparent if $:/themes/tiddlywiki/vanilla/settings/backgroundimage isn't empty * if background attachment macro macro to make tc-body background transparent
This commit is contained in:
committed by
Jeremy Ruston
parent
327fed30c8
commit
c194cec520
@@ -85,6 +85,14 @@ body.tc-body {
|
||||
fill: <<colour foreground>>;
|
||||
}
|
||||
|
||||
<<if-background-attachment """
|
||||
|
||||
body.tc-body {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
""">>
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
line-height: 1.2;
|
||||
font-weight: 300;
|
||||
|
||||
Reference in New Issue
Block a user