Skip to content

Commit

Permalink
Merge pull request #69 from captainbuckkets/master
Browse files Browse the repository at this point in the history
Fixing underline issue
  • Loading branch information
peerchemist committed Jan 7, 2019
2 parents 0ceeb0f + db18fce commit 2e65645
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions css/style.css
Expand Up @@ -382,11 +382,13 @@ section#first header ul li.nav-item a {
}

section#first header ul li.nav-item:hover {
text-decoration: underline;
text-decoration: underline;
color: #fff;
}

section#first header ul li.nav-item:active {
text-decoration: underline;
text-decoration: underline;
color: #fff;
}


Expand Down

0 comments on commit 2e65645

Please sign in to comment.