mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-05 13:40:02 +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 {
|
||||
margin: 1em;
|
||||
background-color: <<colour tiddler-background>>;
|
||||
background: <<colour tiddler-background>>;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user