Fix hover

This commit is contained in:
Julian Ospald 2021-10-03 00:28:53 +02:00
parent 2095b17d06
commit 5ae649bccb
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
1 changed files with 5 additions and 0 deletions

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