1
0
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:
Jermolene 2015-05-03 17:05:34 +01:00
parent 403a460002
commit ef971bb521

View File

@ -820,7 +820,7 @@ canvas.tc-edit-bitmapeditor {
html body.tc-body.tc-single-tiddler-window {
margin: 1em;
background-color: <<colour tiddler-background>>;
background: <<colour tiddler-background>>;
}
/*