I created a global style sheet using sass and put it in the public/style/styles.scss. I only specify a background color.
public/style/styles.scss
In the index, I added a link to
just rename src/styles.css to src/styles.scss
remember to rename styles.css to styles.scss in the .angular-cli.json too.