Post Archive v1: a first pass at a functional post-archive
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user