Skip to content

Commit

Permalink
ux: improve contrast text searchbar dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
h-enk committed Mar 18, 2021
1 parent d5ba148 commit 57fee17
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions assets/scss/common/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,12 @@ body.dark .form-control.is-search {
}

body.dark .navbar-form::after {
color: $gray-700;
border: 1px solid $body-bg-dark;
color: $gray-600;
border: 1px solid $gray-800;
}

body.dark .form-control {
color: $gray-500;
}

body.dark .form-control:focus {
Expand Down

0 comments on commit 57fee17

Please sign in to comment.