diff --git a/scss/bootstrap/_buttons.scss b/scss/bootstrap/_buttons.scss index 01270f9..878e1cf 100644 --- a/scss/bootstrap/_buttons.scss +++ b/scss/bootstrap/_buttons.scss @@ -94,7 +94,7 @@ &:hover, &:active, &:focus { color: $black; background-color: $gray-200; - border-color: $gray-200; + border-color: $gray-400; } }