mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-13 05:19:58 +00:00
Fix typo in CSS for drafts list (#6552)
Fixed typo in CSS for drafts list
This commit is contained in:
parent
5db5d711d3
commit
25b2e708c9
@ -2346,7 +2346,7 @@ html body.tc-body.tc-single-tiddler-window {
|
|||||||
border-top-left-radius: 4px;
|
border-top-left-radius: 4px;
|
||||||
border-top-right-radius: 4px;
|
border-top-right-radius: 4px;
|
||||||
border: 1px solid <<colour background>>;
|
border: 1px solid <<colour background>>;
|
||||||
border-bottom-none;
|
border-bottom: none;
|
||||||
background: <<colour dirty-indicator>>;
|
background: <<colour dirty-indicator>>;
|
||||||
color: <<colour background>>;
|
color: <<colour background>>;
|
||||||
fill: <<colour background>>;
|
fill: <<colour background>>;
|
||||||
|
Loading…
Reference in New Issue
Block a user