We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9791a6 commit 08917b3Copy full SHA for 08917b3
public/css/navbar.css
@@ -6,7 +6,7 @@ nav {
6
nav > .nav-wrapper a {
7
text-decoration: none;
8
font-family: 'Hero', sans-serif;
9
- color: white;
+ color: #F88B40;
10
}
11
nav > .nav-wrapper > a:hover > img#logo {
12
border-radius: 50%;
@@ -30,6 +30,7 @@ nav > #desktop-nav.nav-wrapper > a:not(#logo-link) > span {
30
31
nav > #desktop-nav.nav-wrapper > a:not(#logo-link):hover > span {
32
background-color: rgba(255, 158, 102, 0.69);
33
+ color: white;
34
35
transition: .25s;
36
0 commit comments