mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-07-16 17:46:09 +00:00
feat: 夜间模式精修
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user