new: Complete modules related to home page, archive page and article page

This commit is contained in:
2024-12-16 14:13:58 +08:00
parent 04267841f0
commit 65e5e9eafc
49 changed files with 1547 additions and 1 deletions

View File

@@ -0,0 +1,25 @@
.history-post-title {
color: var(--primary-color);
}
.history-post-item {
padding-top: 5px;
padding-bottom: 5px;
color: var(--primary-text-color);
list-style: none;
}
.history-post-item-wrap {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.history-post-item-date {
color: var(--secondary-text-color);
}
.history-post-pagination-item {
color: var(--secondary-text-color);
padding-right: 10px;
}