Replace hard coded value of body-background-color with white variable (#1185)

This commit is contained in:
bstashio 2017-10-18 13:33:45 +03:00 committed by Jeremy Thomas
parent ff732c9aad
commit 78fc506e51

View File

@ -1,4 +1,4 @@
$body-background-color: #fff !default
$body-background-color: $white !default
$body-size: 16px !default
$body-rendering: optimizeLegibility !default
$body-family: $family-primary !default