Skip to content

Commit

Permalink
Merge pull request #770 from kilab-dev/dark-theme-fixes
Browse files Browse the repository at this point in the history
Some dark theme fixes
  • Loading branch information
codecalm committed Jan 12, 2021
2 parents 2a1ea76 + c607002 commit fba0601
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion src/scss/_dark.scss
Expand Up @@ -72,7 +72,8 @@

.markdown,
.markdown>*,
.btn-close {
.btn-close,
.accordion-button {
color: inherit;
}

Expand All @@ -87,5 +88,21 @@
.navbar-brand-autodark {
@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;
}
}

0 comments on commit fba0601

Please sign in to comment.