Fix background color var name to default

This commit is contained in:
Stéphane Codazzi 2017-06-19 20:23:22 +02:00 committed by Frederic Guillot
parent 2278a3b00c
commit 7a4165a256
1 changed files with 1 additions and 1 deletions

View File

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