Base background color

This commit is contained in:
Andrew Croce 2018-07-06 14:35:04 -04:00
parent 3875d4efd1
commit 034a2feddf

8
scss/core/_base.scss Normal file
View File

@ -0,0 +1,8 @@
/*
* Base Styles
* @source https://github.com/uswds/uswds/blob/develop/src/stylesheets/core/_base.scss
*/
body {
background-color: $color-gray-lightest;
}