From 92461c03bc790db9a6b65d8235a647d1bc4777dd Mon Sep 17 00:00:00 2001 From: Leo Date: Fri, 31 May 2024 11:25:45 -0500 Subject: [PATCH] Lighten up dark buttons. --- scss/bootstrap/_buttons.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scss/bootstrap/_buttons.scss b/scss/bootstrap/_buttons.scss index 878e1cf..59322d1 100644 --- a/scss/bootstrap/_buttons.scss +++ b/scss/bootstrap/_buttons.scss @@ -34,6 +34,10 @@ background-color: $orange-600; } } + + &-dark:hover { + background-color: $gray-800; // Lighten dark button a bit + } } // Outline buttons