Updated how title is darkened on hover

This commit is contained in:
Kasper Rynning-Tønnesen
2018-11-23 12:30:39 +01:00
parent f8ca3ce2a5
commit cbba57ba05

View File

@@ -1971,7 +1971,9 @@ margin-right: 52%;
}
nav ul li:hover, nav ul li.active {
background-color: rgba(0,0,0,0.1);
/* background-color: rgba(0,0,0,0.1); */
-webkit-filter: brightness(90%);
filter: brightness(90%);
}
.change_user_pass:hover, .delete-all:hover {