Use pointer cursor when hovered over navigation toggle

This commit is contained in:
Helen Chong 2024-06-07 17:46:14 +08:00
parent a2dc735288
commit 859ff67818
1 changed files with 4 additions and 1 deletions

View File

@ -26,6 +26,10 @@
font-weight: 700;
}
.navbar__control:hover{
cursor: pointer;
}
#nav-toggle:focus + .navbar__control,
.navbar a:focus {
outline: 0.15em solid var(--clr-navbar-link);
@ -64,7 +68,6 @@
padding: 0 0.6em;
}
.navbar__toggle,
.navbar__control {
display: none;
}