mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Updated how title is darkened on hover
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user