9 lines
161 B
SCSS
9 lines
161 B
SCSS
/*
|
|
* Base Styles
|
|
* @source https://github.com/uswds/uswds/blob/develop/src/stylesheets/core/_base.scss
|
|
*/
|
|
|
|
body {
|
|
background-color: $color-gray-lightest;
|
|
}
|