Fix typo in CSS for drafts list (#6552)

Fixed typo in CSS for drafts list
This commit is contained in:
Saq Imtiaz 2022-03-23 14:06:08 +01:00 committed by GitHub
parent 5db5d711d3
commit 25b2e708c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2346,7 +2346,7 @@ html body.tc-body.tc-single-tiddler-window {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border: 1px solid <<colour background>>;
border-bottom-none;
border-bottom: none;
background: <<colour dirty-indicator>>;
color: <<colour background>>;
fill: <<colour background>>;