style: 微调移动端ui

This commit is contained in:
2026-08-16 00:11:16 +08:00
parent 6385b36f6d
commit fef7f239c9
3 changed files with 10 additions and 9 deletions

View File

@@ -98,7 +98,7 @@ const {data} = await http.get<ApiResponse<Archive>>("posts/archives");
}
.post-date {
color: var(--text-tertiary);
color: var(--text-secondary);
}
.post-title {
@@ -107,6 +107,7 @@ const {data} = await http.get<ApiResponse<Archive>>("posts/archives");
white-space: nowrap;
text-overflow: ellipsis;
color: var(--text-primary);
font-size: 16px;
}
.post-title:hover{
@@ -114,7 +115,8 @@ const {data} = await http.get<ApiResponse<Archive>>("posts/archives");
}
.post-cat {
color: var(--text-tertiary);
color: var(--text-secondary);
font-size: 14px;
}
@media (max-width: 640px) {