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
+2 -2
View File
@@ -420,7 +420,7 @@ export default {
align-items: center;
width: 100%;
color: gray;
border-bottom: 1px solid lightgray;
border-bottom: 1px solid var(--normal-border-color);
padding-bottom: 10px;
}
@@ -429,7 +429,7 @@ export default {
grid-template-columns: var(--main-width) var(--avatars-width) var(--comments-width) var(--views-width) var(--activity-width);
align-items: center;
width: 100%;
border-bottom: 1px solid lightgray;
border-bottom: 1px solid var(--normal-border-color);
}
.header-item.avatars {