2020-09-20 13:30:45 +02:00
|
|
|
.archive-posts {
|
2020-07-22 23:30:51 +02:00
|
|
|
width: 100%;
|
2020-11-17 08:15:19 +01:00
|
|
|
font-size: 16px
|
2020-07-22 23:30:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.archive-year {
|
2020-11-17 08:15:19 +01:00
|
|
|
margin-top: 40px
|
2020-07-22 23:30:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.archive-year:not(:last-of-type) {
|
2020-11-17 08:15:19 +01:00
|
|
|
border-bottom: 2px solid var(--border)
|
2020-07-22 23:30:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.archive-month {
|
|
|
|
display: flex;
|
|
|
|
align-items: flex-start;
|
2020-11-17 08:15:19 +01:00
|
|
|
padding: 10px 0
|
2020-07-22 23:30:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.archive-month-header {
|
|
|
|
margin: 25px 0;
|
2020-11-17 08:15:19 +01:00
|
|
|
width: 200px
|
2020-07-22 23:30:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.archive-month:not(:last-of-type) {
|
2020-11-17 08:15:19 +01:00
|
|
|
border-bottom: 1px solid var(--border)
|
2020-07-22 23:30:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.archive-entry {
|
|
|
|
position: relative;
|
|
|
|
padding: 5px;
|
2020-11-17 08:15:19 +01:00
|
|
|
margin: 10px 0
|
2020-07-22 23:30:51 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.archive-entry-title {
|
2020-09-20 13:30:45 +02:00
|
|
|
margin: 5px 0;
|
2020-11-17 08:15:19 +01:00
|
|
|
font-weight: 400
|
2020-07-22 23:30:51 +02:00
|
|
|
}
|
|
|
|
|
2020-11-17 08:15:19 +01:00
|
|
|
.archive-count,
|
2020-07-22 23:30:51 +02:00
|
|
|
.archive-meta {
|
|
|
|
color: var(--secondary);
|
2020-11-17 08:15:19 +01:00
|
|
|
font-size: 14px
|
2020-07-22 23:30:51 +02:00
|
|
|
}
|