Skip to content

Commit

Permalink
Merge pull request #856 from rjd22/darken-inputs-in-dark-mode
Browse files Browse the repository at this point in the history
Make input borders in dark mode a darker
  • Loading branch information
rjd22 committed Oct 27, 2021
2 parents 16a7bea + 28da256 commit d03e18d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/scss/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
.form-imagecheck-figure:before {
background-color: $dark-mode-darken;
color: $dark-mode-text;
border-color: $dark-mode-lighten-10;
}

.form-control-plaintext {
Expand Down
1 change: 1 addition & 0 deletions src/scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ $colors: (
// Dark mode
$dark-mode-darken: darken($dark, 2%) !default;
$dark-mode-lighten: lighten($dark, 2%) !default;
$dark-mode-lighten-10: lighten($dark, 10%) !default;
$dark-mode-text: $light;

// Borders
Expand Down

0 comments on commit d03e18d

Please sign in to comment.