diff --git a/style/page.css b/style/page.css index de4722f..8c4d749 100644 --- a/style/page.css +++ b/style/page.css @@ -95,7 +95,7 @@ hr { justify-content: center; } -.date { +header .date { font-size: 80%; font-weight: 400; font-style: italic; @@ -120,6 +120,15 @@ hr { margin-left: 0.75ex; } +.post-list, .tag-list { + columns: 2; +} + +.post-list .date, .tag-list .count { + font-size: 85%; + font-style: italic; +} + a { color: var(--link-col); diff --git a/templates/postlist.html b/templates/postlist.html index 10ec802..5c57498 100644 --- a/templates/postlist.html +++ b/templates/postlist.html @@ -1,9 +1,9 @@
-
diff --git a/templates/taglist.html b/templates/taglist.html index dd07691..93cd239 100644 --- a/templates/taglist.html +++ b/templates/taglist.html @@ -1,9 +1,9 @@
-