1
0
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:
Robert-Jan de Dreu
2021-10-27 10:32:54 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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 {
+1
View File
@@ -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