未验证 提交 fba06019 编写于 作者: P Paweł Kuna 提交者: GitHub

Merge pull request #770 from kilab-dev/dark-theme-fixes

Some dark theme fixes
...@@ -72,7 +72,8 @@ ...@@ -72,7 +72,8 @@
.markdown, .markdown,
.markdown>*, .markdown>*,
.btn-close { .btn-close,
.accordion-button {
color: inherit; color: inherit;
} }
...@@ -87,5 +88,21 @@ ...@@ -87,5 +88,21 @@
.navbar-brand-autodark { .navbar-brand-autodark {
@include autodark-image; @include autodark-image;
} }
.table thead th,
.input-group-text {
background: transparent;
}
.list-group-item,
.form-fieldset,
.selectize-input {
border-color: $input-border-color;
}
.list-group-header {
background: $dark-mode-darken;
border-color: $input-border-color;
}
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册