Skip to content

Commit

Permalink
Remove all text-decoration underlines
Browse files Browse the repository at this point in the history
These don't dissapear when using the blank font, so they can sometimes
cause a little bit of blur behind link text.
  • Loading branch information
tombh committed Jun 5, 2018
1 parent ea841fc commit ad64b4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions webext/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ html * {
letter-spacing: 0px !important;
font-style: normal !important;
font-weight: normal !important;

}

a {
text-decoration: none !important;
}

.browsh-hide-text,
Expand Down

0 comments on commit ad64b4f

Please sign in to comment.