]> git.ipfire.org Git - thirdparty/bulma.git/commitdiff
Replace hard coded value of body-background-color with white variable (#1185)
authorbstashio <bstashio@tuta.io>
Wed, 18 Oct 2017 10:33:45 +0000 (13:33 +0300)
committerJeremy Thomas <bbxdesign@gmail.com>
Wed, 18 Oct 2017 10:33:45 +0000 (11:33 +0100)
sass/base/generic.sass

index 12818e94fcc6176746e389e12c49f12d0f3384e4..6fd584849a95fa69827d3a8abd23f39915d8c9af 100644 (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