Merge pull request #4763 from pencilqaq/preview-fixes

更新夜间模式样式
This commit is contained in:
Grant Howard 2024-06-03 22:42:47 +08:00 committed by GitHub
commit da0f09f58b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -957,3 +957,24 @@
} }
} }
} }
.message-list-content {
.message-content {
@include color('f');
}
}
.bili-dyn-card-vote,
.bili-dyn-upower-lottery__card,
.bili-dyn-card-link-common__wrap,
.bili-dyn-card-goods .bili-dyn-card-goods__wrap,
.bili-dyn-card-reserve .bili-dyn-card-reserve__card {
@include background-color('30');
}
.reference {
.bili-dyn-card-reserve__card,
.bili-dyn-card-link-common__wrap,
.bili-dyn-card-goods__wrap {
@include background-color('30');
}
}