feat: add RSS feed link to blog footer and update blog page background color

This commit is contained in:
2026-05-11 10:32:30 +10:00
parent ffe6ab9f90
commit 13fa54401f
2 changed files with 5 additions and 0 deletions

View File

@@ -898,6 +898,7 @@ body.blog-page {
border-top: 1px solid rgba(205, 214, 244, 0.1);
margin-top: 48px;
padding: 32px 16px;
background: var(--ctp-mantle);
}
.blog-footer-inner {