Skip to content

Commit 0974424

Browse files
authored
Merge pull request #60 from PritamSarbajna/fix-navbar
Fixes #49 navbar issue
2 parents 93c0ba3 + 3571dcc commit 0974424

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,9 @@ nav {
9090
font-weight: 900;
9191
text-shadow: #023e8a;
9292
}
93+
9394
.nav-item a:hover {
94-
color: rgb(230, 227, 227);
95+
color: #058da8;
9596
width: fit-content;
9697
padding-bottom: 2px;
9798
border-bottom-style: solid;

0 commit comments

Comments
 (0)