html: Render headline priority

This commit is contained in:
Niklas Fasching 2018-12-17 22:38:59 +01:00
parent a861437185
commit 0e64f9df7f
4 changed files with 11 additions and 1 deletions

View file

@ -113,3 +113,8 @@ figcaption {
dl { font-family: monospace, monospace; }
dl > dt { font-weight: bold; }
dl > dd { margin: -1em 0 1em 1em; }
.todo, .priority, .tags {
font-size: 0.8em;
color: lightgrey;
}