Make the article datetime always a link to the article permalink. Issue #1655

This commit is contained in:
Maurice Parker
2020-01-19 17:28:06 -07:00
parent 53ba0bc9ac
commit f15ade5ebb
2 changed files with 5 additions and 11 deletions

View File

@@ -116,6 +116,10 @@ body > .systemMessage {
font-weight: bold;
}
.articleDateline a:link, .articleDateline a:visited {
color: var(--article-title-color);
}
.articleBody {
line-height: 1.6em;
}