From: bstashio Date: Wed, 18 Oct 2017 10:33:45 +0000 (+0300) Subject: Replace hard coded value of body-background-color with white variable (#1185) X-Git-Tag: 0.6.1~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78fc506e51a92bd82751a979d404639524471897;p=thirdparty%2Fbulma.git Replace hard coded value of body-background-color with white variable (#1185) --- diff --git a/sass/base/generic.sass b/sass/base/generic.sass index 12818e94f..6fd584849 100644 --- a/sass/base/generic.sass +++ b/sass/base/generic.sass @@ -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