Tweaked navbar link hover color

This commit is contained in:
Helen Chong 2023-08-14 10:59:14 +08:00
parent ecfe1f8fb2
commit d3b751ecea
1 changed files with 4 additions and 0 deletions

View File

@ -252,6 +252,10 @@ summary {
cursor: pointer;
}
.navbar a:hover {
color: var(--clr-link-hover);
}
.nav__menu {
list-style: none;
padding: 0;