fix(dark style): 评论区的提示项背景色

This commit is contained in:
jloeve 2020-12-10 12:43:31 +08:00
parent 5f47f1b06d
commit 96570bc6f8

View File

@ -825,3 +825,6 @@ html {
.vp-container {
@include set-color("border-bottom-color", "4");
}
.bb-comment .reply-notice .notice-item {
@include theme-background-color();
}