feat(feed): add feed icon tag pages

This commit is contained in:
2025-04-30 18:46:59 +07:00
parent 74abf0aac6
commit 420a3484ca
8 changed files with 56 additions and 12 deletions

View File

@@ -196,7 +196,7 @@ article {
}
.section-title {
display: block;
display: flex;
margin: 0;
margin-top: -0.15em;
color: var(--text-color-high-contrast);

View File

@@ -48,6 +48,9 @@ ul {
.title-container {
padding-bottom: 8px;
.social {
margin-inline-start: 0.5rem;
}
}
.bottom-divider {