keep archive per year, don't call it archive

This commit is contained in:
j 2023-08-23 14:44:37 +02:00
commit cf2efd7fb3
8 changed files with 72 additions and 17 deletions

View file

@ -17,7 +17,7 @@ body {
}
a {
color: var(--blue)
color: var(--fg)
}
iframe {
max-width: 100%;
@ -98,6 +98,10 @@ video, .poster {
.more a {
color: rgb(144, 144, 144);
}
.more nav {
margin-top: 24px;
margin-bottom: 24px;
}
.layer.active {
padding-top: 8px;
}