fix: tag list pages

This commit is contained in:
Cory Dransfeldt 2024-05-20 19:05:27 -07:00
parent a6a192d735
commit e7cc27ca5d
No known key found for this signature in database
4 changed files with 10 additions and 5 deletions

View file

@ -1,3 +1,4 @@
body,
html {
color: var(--text-color);
@ -376,6 +377,10 @@ article {
margin-top: 0;
}
article.tag-post:last-of-type {
border-bottom: none;
}
.article-widget-wrapper {
border-bottom: 1px solid var(--gray-light);
margin-bottom: var(--sizing-base);