update button hover styles for improved visibility

This commit is contained in:
Gary 2025-04-28 11:44:59 +01:00
parent a8ee4f1553
commit 95c0d85039

View File

@ -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;