Skip to content

Commit

Permalink
Change selected color & remove underline
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Aug 3, 2018
1 parent feeeee5 commit 9169143
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/index.html
Expand Up @@ -58,9 +58,13 @@
}

nav .selected {
color: #21283E;
color: #111;
font-weight: bold;
}

nav .selected:hover {
text-decoration: none;
}

header {
display: flex;
Expand Down

0 comments on commit 9169143

Please sign in to comment.