From 61b38c6039c22a7b2b5e35035a69edac12c5a0f0 Mon Sep 17 00:00:00 2001 From: jloeve Date: Thu, 10 Dec 2020 12:06:55 +0800 Subject: [PATCH] =?UTF-8?q?fix(dark=20style):=20=E6=9C=AA=E7=99=BB?= =?UTF-8?q?=E5=BD=95=E7=8A=B6=E6=80=81=E4=B8=8B=E7=9A=84=E5=8E=9F=E7=89=88?= =?UTF-8?q?=E9=A1=B6=E6=A0=8F=E7=94=A8=E6=88=B7=E9=9D=A2=E6=9D=BF=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E4=B8=8B=E6=96=B9=E7=9A=84=E5=88=86=E9=9A=94=E7=BA=BF?= =?UTF-8?q?=E9=A2=9C=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 a0564e0ff..5b8e7a670 100644 --- a/src/style/dark/dark-slice-13.scss +++ b/src/style/dark/dark-slice-13.scss @@ -822,3 +822,6 @@ html { @include back-top-btn(".back-top", null); } } +.vp-container { + @include set-color("border-bottom-color", "4"); +}