Fix hover

This commit is contained in:
2021-10-03 00:28:53 +02:00
parent 2095b17d06
commit 5ae649bccb

View File

@@ -115,3 +115,8 @@ a:hover {
background-color: #453A62;
border-color: #996FC1;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
color: #fff;
background-color: #453A62;
}