style: 微调color
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user