Add default background white for the body tag

This commit is contained in:
Stéphane Codazzi
2017-06-17 10:09:19 +02:00
committed by Frederic Guillot
parent ec5ec2ea81
commit 2278a3b00c
2 changed files with 2 additions and 1 deletions

View File

@@ -22,6 +22,7 @@ body
color: color('primary')
font-family: $text-font
text-rendering: optimizeLegibility
background-color: color('white')
small
font-size: size('small')