mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-29 05:21:01 +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 {
|
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 {
|
.change_user_pass:hover, .delete-all:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user