Skip to content

Commit

Permalink
Changed font weight to look less muddy
Browse files Browse the repository at this point in the history
Changed the font weight to look a bit less muddy. Any reason why we cant use a number instead of bold?
  • Loading branch information
mattttt committed Aug 4, 2015
1 parent bf6444c commit 997bd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/css/less/grafana.less
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@
margin: 10px 105px;
strong {
color: @headingsColor;
font-weight: bold;
font-weight: 500;
}
}

Expand Down

0 comments on commit 997bd03

Please sign in to comment.