Refactor navigation styles and update logo click behavior

This commit is contained in:
2025-02-17 14:54:25 +00:00
parent 90bac86d86
commit ad2baf6b94
3 changed files with 28 additions and 22 deletions

View File

@@ -121,12 +121,16 @@ nav li a:active {
background: #00000073;
}
li a:hover,
.nav-logo:hover {
li a:hover {
background: #00000028;
transition: 0.3s;
}
.nav-logo:hover {
filter: invert(100%);
transition: 0.3s;
}
.hide {
width: 3.55rem;
}