mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Correct tiddler background colour
Bitmap backgrounds won’t get overridden unless we override the entire background property.
This commit is contained in:
parent
403a460002
commit
ef971bb521
@ -820,7 +820,7 @@ canvas.tc-edit-bitmapeditor {
|
|||||||
|
|
||||||
html body.tc-body.tc-single-tiddler-window {
|
html body.tc-body.tc-single-tiddler-window {
|
||||||
margin: 1em;
|
margin: 1em;
|
||||||
background-color: <<colour tiddler-background>>;
|
background: <<colour tiddler-background>>;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user