Skip to content

Commit

Permalink
Template: Make the bg color match the bg img
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 3, 2012
1 parent a86c97b commit 33b8ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ button {
body {
font: 14px 'Helvetica Neue', Helvetica, Arial, sans-serif;
line-height: 1.4em;
background: #eeeeee url('bg.png');
background: #eaeaea url('bg.png');
color: #4d4d4d;
width: 550px;
margin: 0 auto;
Expand Down

0 comments on commit 33b8ef1

Please sign in to comment.