Skip to content

Commit 08917b3

Browse files
committed
Adjust navbar item style
1 parent c9791a6 commit 08917b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/css/navbar.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ nav {
66
nav > .nav-wrapper a {
77
text-decoration: none;
88
font-family: 'Hero', sans-serif;
9-
color: white;
9+
color: #F88B40;
1010
}
1111
nav > .nav-wrapper > a:hover > img#logo {
1212
border-radius: 50%;
@@ -30,6 +30,7 @@ nav > #desktop-nav.nav-wrapper > a:not(#logo-link) > span {
3030
}
3131
nav > #desktop-nav.nav-wrapper > a:not(#logo-link):hover > span {
3232
background-color: rgba(255, 158, 102, 0.69);
33+
color: white;
3334
border-radius: 50%;
3435
transition: .25s;
3536
}

0 commit comments

Comments
 (0)