feat: 暗色主题、主题切换按钮

This commit is contained in:
2026-08-16 15:40:26 +08:00
parent be2e6f1ae0
commit abe1790ac1
7 changed files with 117 additions and 17 deletions

View File

@@ -108,9 +108,12 @@ const {data} = await http.get<ApiResponse<Archive>>("posts/archives");
text-overflow: ellipsis;
color: var(--text-primary);
font-size: 16px;
text-underline-offset: 4px;
line-height: 24px;
}
.post-title:hover{
color: var(--text-title-hover);
text-decoration: underline;
}