fix(dark style): 未登录状态下的原版顶栏用户面板按钮下方的分隔线颜色

This commit is contained in:
jloeve 2020-12-10 12:06:55 +08:00
parent 44cb18bf9e
commit 61b38c6039

View File

@ -822,3 +822,6 @@ html {
@include back-top-btn(".back-top", null);
}
}
.vp-container {
@include set-color("border-bottom-color", "4");
}