chore: post; tag list improvements; style fixes

This commit is contained in:
Cory Dransfeldt 2024-04-29 10:00:41 -07:00
parent fb74453363
commit 42b496cfcc
No known key found for this signature in database
5 changed files with 67 additions and 5 deletions

View file

@ -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) {