mirror of
https://github.com/jgthms/bulma
synced 2026-03-24 13:59:36 -07:00
Replace hard coded value of body-background-color with white variable (#1185)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
$body-background-color: #fff !default
|
$body-background-color: $white !default
|
||||||
$body-size: 16px !default
|
$body-size: 16px !default
|
||||||
$body-rendering: optimizeLegibility !default
|
$body-rendering: optimizeLegibility !default
|
||||||
$body-family: $family-primary !default
|
$body-family: $family-primary !default
|
||||||
|
|||||||
Reference in New Issue
Block a user