New archive page

This commit is contained in:
Mahendrata Harpi
2020-08-29 10:59:26 +07:00
parent 6d710efad8
commit 14bcb9484e
7 changed files with 119 additions and 10 deletions

View File

@@ -213,7 +213,7 @@ body[data-theme="dark"] {
a.footer_item:not(:last-child) {
color: $dark-white;
}
.footer_theme-copyright {
.footer_copyright {
color: $dark-gray;
opacity: 1;
}
@@ -235,4 +235,11 @@ body[data-theme="dark"] {
color: $dark-text-link-blue-active;
}
}
.search-article {
input[type="search"] {
color: $dark-text-base-color;
}
}
}