Revert background color back to white

This commit is contained in:
Michael Rose
2016-04-01 15:14:54 -04:00
parent e528565f63
commit a625d4a8f1
3 changed files with 3 additions and 4 deletions

View File

@ -49,8 +49,8 @@ $light-gray : mix(#fff, $gray, 70%);
$lighter-gray : mix(#fff, $gray, 90%);
$body-color : #fff;
$background-color : #f8f8f8;
$code-background-color : #fff;
$background-color : #fff;
$code-background-color : #f8f8f8;
$code-background-color-dark : #1b1a24;
$text-color : #333332;
$border-color : $lighter-gray;