mirror of
https://github.com/tabler/tabler.git
synced 2026-07-25 20:44:38 +04:00
Merge pull request #856 from rjd22/darken-inputs-in-dark-mode
Make input borders in dark mode a darker
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user