From 95c0d85039a2bf591fdd102a04db8a83592d63d4 Mon Sep 17 00:00:00 2001 From: Gary Date: Mon, 28 Apr 2025 11:44:59 +0100 Subject: [PATCH] update button hover styles for improved visibility --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 4bdfd81..f9ff53a 100644 --- a/css/style.css +++ b/css/style.css @@ -8531,8 +8531,8 @@ h1, h2, h3, h4, h5, color: #fff; } .btn.btn-primary:hover { border: 1px solid var(--blue); - background: transparent; - color: #d9ba2b; } + background: black; + color: white; } .btn.btn-primary.btn-outline-primary { border: 1px solid #d9ba2b; background: transparent;