new: Added new category pages and related modules

This commit is contained in:
2024-12-17 13:54:46 +08:00
parent a0644595ea
commit 474bf3e6bb
4 changed files with 216 additions and 2 deletions

View File

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