Skip to content

Commit

Permalink
FIX: remove Firefox's dotted borders on links.
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-nginx committed Aug 28, 2017
1 parent 6fbb328 commit 9e9b5b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/css/_common/scaffolding/base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ p { margin: 0 0 20px 0; }
a {
color: $link-color;
text-decoration: none;
outline: none;
border-bottom: 1px solid $grey-dark;
word-wrap: break-word;

Expand Down

0 comments on commit 9e9b5b4

Please sign in to comment.