feat: 夜间模式精修

This commit is contained in:
tim
2025-07-17 13:01:54 +08:00
parent b2686d6d39
commit 5b581465aa
11 changed files with 42 additions and 38 deletions
+1 -1
View File
@@ -70,7 +70,7 @@ export default {
.about-tabs {
display: flex;
flex-direction: row;
border-bottom: 1px solid #e0e0e0;
border-bottom: 1px solid var(--normal-border-color);
margin-bottom: 20px;
}