提交 64071038 编写于 作者: C codecalm

dark mode navbar fixes

上级 cfe3ff1b
......@@ -54,11 +54,11 @@
}
@mixin navbar-dark() {
box-shadow: none;
@include navbar-color($dark, $white, rgba($white, .7), $white);
box-shadow: 0 0 0 1px $dark-mode-darken;
@include navbar-color($dark, $dark-mode-text, rgba($dark-mode-text, .7), $dark-mode-text);
.input-icon-addon {
color: rgba($white, .7);
color: rgba($dark-mode-text, .7);
}
.form-control {
......@@ -66,7 +66,7 @@
background-color: rgba(0, 0, 0, .1);
&::placeholder {
color: rgba($white, .7);
color: rgba($dark-mode-text, .7);
}
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册