From 96570bc6f8f28411018f67867e29c75c6eb3ea2f Mon Sep 17 00:00:00 2001 From: jloeve Date: Thu, 10 Dec 2020 12:43:31 +0800 Subject: [PATCH] =?UTF-8?q?fix(dark=20style):=20=E8=AF=84=E8=AE=BA?= =?UTF-8?q?=E5=8C=BA=E7=9A=84=E6=8F=90=E7=A4=BA=E9=A1=B9=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/style/dark/dark-slice-13.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/style/dark/dark-slice-13.scss b/src/style/dark/dark-slice-13.scss index 5b8e7a670..604816470 100644 --- a/src/style/dark/dark-slice-13.scss +++ b/src/style/dark/dark-slice-13.scss @@ -825,3 +825,6 @@ html { .vp-container { @include set-color("border-bottom-color", "4"); } +.bb-comment .reply-notice .notice-item { + @include theme-background-color(); +}