From a47e75f8f6dda42b578976694e05fc43accee38c Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 27 May 2024 10:55:28 -0500 Subject: [PATCH] Improve tender tertiary button. --- scss/bootstrap/_buttons.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }