From 29cb0ea57fa4715ff1a438e291f0d9458c71b17d Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 5 Jul 2024 02:04:48 -0500 Subject: [PATCH] Update buttons. --- scss/bootstrap/_buttons.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; } } }