This commit is contained in:
2026-04-29 19:04:20 +08:00
parent df60e8dd42
commit 07d11a15af
58 changed files with 3937 additions and 520 deletions
+18
View File
@@ -0,0 +1,18 @@
// =============================================================================
// pages/_archive.scss
// =============================================================================
.archive-header {
margin-bottom: var(--space-4);
padding-bottom: var(--space-3);
border-bottom: 1px solid var(--color-border);
.page-title {
font-size: 1.75rem;
font-weight: 700;
}
.archive-description {
color: #6b7280;
}
}