feat: 暗色主题、主题切换按钮
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user