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

@ -8,7 +8,6 @@ body {
color: $text-color;
font-family: $serif;
line-height: 1.5;
background-color: $background-color;
&.overflow--hidden {
/* when primary navigation is visible, the content in the background won't scroll */

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;

File diff suppressed because one or more lines are too long