Merge pull request #18 from cgiacomi/feature/draftlabal

feat: add draft label for draft posts
This commit is contained in:
Vivek R
2019-10-12 22:39:08 +05:30
committed by GitHub
4 changed files with 12 additions and 3 deletions

View File

@@ -284,6 +284,15 @@ ul {
margin-top: 10px;
}
.post .draft-label {
color: #a00;
text-decoration: none;
padding: 2px 4px;
border-radius: 4px;
margin-left: 6px;
background-color: #f9f2f4;
}
.list .posts .post .meta {
margin-bottom: 0;
margin-left: 5px;