Merge pull request #1292 from prymitive/fix-switch-dark

fix(ui): make form switches more readable
This commit is contained in:
Łukasz Mierzwa
2019-12-23 23:25:02 +00:00
committed by GitHub

View File

@@ -22,6 +22,10 @@ $light: $gray-800;
// make links light gray by default instead of green
$link-color: $gray-400;
$custom-control-indicator-bg: $gray-100;
$custom-control-indicator-disabled-bg: $gray-700;
$custom-control-indicator-checked-disabled-bg: $blue;
$navbar-dark-brand-color: $navbar-dark-color;
$navbar-dark-brand-hover-color: $white;
$navbar-dark-hover-color: $white;