Style tweaks to pagination, right sidebar, and background color

This commit is contained in:
Michael Rose
2016-03-29 23:13:00 -04:00
parent 181ac73615
commit 85fb0d0283
9 changed files with 50 additions and 51 deletions

View File

@ -40,7 +40,7 @@ $light-gray : mix(#fff, $gray, 70%);
$lighter-gray : mix(#fff, $gray, 90%);
$body-color : #fff;
$background-color : #fff;
$background-color : #f5f5f5;
$code-background-color : #f8f8f8;
$text-color : #333332;
$border-color : $lighter-gray;