fix: tag list pages
This commit is contained in:
parent
a6a192d735
commit
e7cc27ca5d
4 changed files with 10 additions and 5 deletions
|
@ -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);
|
||||
|
|
Reference in a new issue