mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-06-04 16:53:50 -04:00
archives: add posts count for each yr and month
* misc(css): rm unused
This commit is contained in:
parent
d46c0ed82d
commit
94070f4cd9
2 changed files with 10 additions and 7 deletions
|
@ -9,12 +9,8 @@
|
|||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.archive-year-header:not(:last-of-type) {
|
||||
border-bottom: 1px solid var(--border);
|
||||
}
|
||||
|
||||
.archive-year:not(:last-of-type) {
|
||||
border-bottom: 1px solid var(--border);
|
||||
border-bottom: 2px solid var(--border);
|
||||
}
|
||||
|
||||
.archive-month {
|
||||
|
@ -48,6 +44,11 @@
|
|||
font-size: 14px;
|
||||
}
|
||||
|
||||
.archive-count {
|
||||
color: var(--secondary);
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
@media (max-width: 800px) {
|
||||
.archive-month {
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue