Render article drafts when opened directly

This commit is contained in:
2024-10-22 15:55:18 +02:00
parent fdb13bc65d
commit c0a02295c1
4 changed files with 40 additions and 5 deletions

View File

@@ -34,6 +34,11 @@ dl dt {
color: #888;
}
main header .draft-label {
color: #770202;
border-color: #770202;
}
main header .meta .date {
color: #888;
}