Post Archive v1: a first pass at a functional post-archive

This commit is contained in:
2026-01-08 18:31:57 -08:00
parent 1b66fc8a90
commit 960f7ff4d0
6 changed files with 355 additions and 72 deletions

View File

@@ -628,11 +628,23 @@ h1 {
user-select: none;
}
.archive-year.expanded,
.archive-month.expanded {
background-color: var(--bg-primary);
font-weight: 600;
}
.archive-year:hover,
.archive-month:hover {
background-color: var(--bg-primary);
}
.archive-year:focus,
.archive-month:focus {
outline: 2px solid var(--accent-color);
outline-offset: 1px;
}
.archive-year {
font-weight: 600;
font-size: 14px;
@@ -652,6 +664,7 @@ h1 {
.archive-toggle.expanded {
transform: rotate(90deg);
font-weight: bold;
}
.archive-content {
@@ -691,6 +704,11 @@ h1 {
color: var(--text-primary);
}
.archive-post a.active {
color: var(--text-primary);
text-decoration: underline;
}
.post-count {
font-size: 12px;
color: var(--text-secondary);