extra desktop update

This commit is contained in:
WinsDominoes 2024-05-08 13:15:00 +07:00
parent 475a5b3a74
commit 4bb87b3dc6
1 changed files with 6 additions and 4 deletions

View File

@ -98,14 +98,16 @@ header {
cursor: pointer;
}
.nav > .nav-list > a:hover {
background-color: light-dark(rgba(0, 0, 0, 0.1),hsla(0,0%,100%,.05));
}
.nav > .nav-list > a > li {
list-style-type: none;
}
.nav > .nav-list > a > li:hover {
background-color: light-dark(rgba(0, 0, 0, 0.1),hsla(0,0%,100%,.05));
padding: 0.5rem 0.75rem 0.5rem 0.75rem;
border-radius: 7px;
}
.nav > #nav-check {
display: none;
}