refactor: rename archive -> archives

This commit is contained in:
Jimmy Cai
2020-09-13 11:22:47 +02:00
parent c600f87213
commit 7379bbe412
10 changed files with 35 additions and 35 deletions
@@ -1,6 +1,6 @@
.archive-group {
.archives-group {
margin-bottom: var(--section-separation);
.archive-date {
.archives-date {
text-transform: uppercase;
margin-bottom: 10px;
font-size: 1.6rem;
@@ -12,7 +12,7 @@
}
}
.template-archive {
.template-archives {
.category-list {
margin-bottom: var(--section-separation);
overflow-x: auto;
+3 -3
View File
@@ -43,9 +43,9 @@
}
}
/* Archive widget */
.widget.archive {
.archive-year {
/* Archives widget */
.widget.archives {
.archives-year {
margin-bottom: 10px;
a {
background-color: var(--card-background);