mirror of
https://github.com/TrudeEH/web.git
synced 2025-12-06 08:23:37 +00:00
Refactor navigation styles and update logo click behavior
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user