chore: post; tag list improvements; style fixes
This commit is contained in:
parent
fb74453363
commit
42b496cfcc
5 changed files with 67 additions and 5 deletions
|
@ -73,7 +73,7 @@ blockquote {
|
|||
word-break: break-word;
|
||||
}
|
||||
|
||||
:is(body, html, nav .tags, nav .search) svg {
|
||||
:is(body, html, nav .search) svg {
|
||||
stroke: var(--text-color);
|
||||
}
|
||||
|
||||
|
@ -466,7 +466,7 @@ article {
|
|||
}
|
||||
}
|
||||
|
||||
.tag {
|
||||
.post-tag {
|
||||
margin-bottom: var(--sizing-lg);
|
||||
display: inline-block;
|
||||
|
||||
|
@ -627,7 +627,7 @@ li {
|
|||
}
|
||||
}
|
||||
|
||||
.tag {
|
||||
.post-tag {
|
||||
margin-bottom: var(--sizing-sm);
|
||||
|
||||
&:not(:last-child) {
|
||||
|
|
Reference in a new issue