Skip to content

Commit

Permalink
Bump up the contrast for body copy.
Browse files Browse the repository at this point in the history
Increase the weight and letter spacing on body copy. A few people have
reported issues with fatigue with the previous setup.

Refs cakephp#4012
  • Loading branch information
markstory committed Jun 2, 2016
1 parent 343cbf2 commit 02499b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/cakephp/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ body {
font-family: 'Raleway', sans-serif;
font-size: 14px;
line-height: 26px;
letter-spacing:0.01em;
font-weight:400;
letter-spacing: 0.05em;
font-weight: 500;
background-color: white;
color: #363637;
}
Expand Down

0 comments on commit 02499b3

Please sign in to comment.