Skip to content

Commit

Permalink
Apply black text colour to link-back on :focus
Browse files Browse the repository at this point in the history
Fixes issue #540
  • Loading branch information
Jani Kraner committed Aug 8, 2017
1 parent ddb4794 commit 2df799f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/sass/elements/_elements-typography.scss
Original file line number Diff line number Diff line change
Expand Up @@ -201,10 +201,12 @@ p,
&:link,
&:visited,
&:hover,
a#{&}:focus,
&:active {
color: $black;
}


text-decoration: none;
border-bottom: 1px solid $black;

Expand Down Expand Up @@ -234,7 +236,6 @@ p,
}

}

// Code styles
.code {
color: $text-colour;
Expand Down

0 comments on commit 2df799f

Please sign in to comment.