Skip to content

Commit

Permalink
make links underlined by default
Browse files Browse the repository at this point in the history
  • Loading branch information
staeiou authored Oct 17, 2018
1 parent a78329f commit 5055f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _sass/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
}

a {
text-decoration: none;
text-decoration: underline;

&:hover {
text-decoration: underline;
Expand Down Expand Up @@ -398,4 +398,4 @@
margin-bottom: 10px;
font-size: $type-size-6;
text-transform: uppercase;
}
}

0 comments on commit 5055f27

Please sign in to comment.