Adjust dropdown focus colours

This commit is contained in:
Aaron van Geffen 2023-03-11 17:59:57 +01:00
parent fa01bf8961
commit a9a347c638
1 changed files with 4 additions and 0 deletions

View File

@ -62,6 +62,10 @@ a:hover {
--bs-btn-disabled-border-color: #6c757d;
}
.dropdown-item.active, .dropdown-item:active {
background-color: #990b0b;
}
/* Navigation
---------------*/