mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
Merge pull request #1292 from prymitive/fix-switch-dark
fix(ui): make form switches more readable
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user