2.1? That version is out already? ….Just kidding 馃檪 I assume you’re referring to 1.2? The latest version is 1.3 if you don’t have it. It’s 1140px and HTML5 if you’re interested in downloading the update.
I’m not sure which version you have exactly, but the background color comes from the body on the latest version –
body {
background: #f5f5f5;
color: #666;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 16px;
font-size: 1rem;
font-weight: 300;
line-height: 1.625;
}
On earlier versions it comes from the #wrap
and the body
near the beginning of the css –
#wrap {
background-color: #f5f5f5;
margin: 0 auto;
padding: 0;
}