CSS: Don't set font-weight to bold for links

refs #5543
This commit is contained in:
Eric Lippmann 2015-11-04 16:18:46 +01:00
parent 35e0c32e4e
commit fe06c19125
1 changed files with 0 additions and 1 deletions

View File

@ -20,7 +20,6 @@ html {
a {
// Reset defaults
color: inherit;
font-weight: @font-weight-bold;
text-decoration: none;
&:focus {