style: 微调color

This commit is contained in:
2026-08-17 22:32:07 +08:00
parent ebb570f0e1
commit 1ee413d11b
4 changed files with 5 additions and 5 deletions

View File

@@ -98,7 +98,7 @@ const {data} = await http.get<ApiResponse<Archive>>("posts/archives");
}
.post-date {
color: var(--text-secondary);
color: var(--text-meta);
}
.post-title {
@@ -118,7 +118,7 @@ const {data} = await http.get<ApiResponse<Archive>>("posts/archives");
}
.post-cat {
color: var(--text-secondary);
color: var(--text-meta);
font-size: 14px;
}