diff --git a/scss/bootstrap/_buttons.scss b/scss/bootstrap/_buttons.scss index 59322d1..e7ceffa 100644 --- a/scss/bootstrap/_buttons.scss +++ b/scss/bootstrap/_buttons.scss @@ -13,7 +13,7 @@ &:hover, &:active, &:focus { color: $black; background-color: $gray-300; - border-color: $gray-300; + border-color: $gray-400; } } @@ -58,7 +58,7 @@ &:hover { color: $black; background-color: $gray-200; - border-color: $gray-200; + border-color: $gray-400; } } }