account for rest, set default colors

This commit is contained in:
Ray Elliott 2020-05-18 21:50:34 +01:00
parent 623b9a3b7f
commit 11b9707665
1 changed files with 2 additions and 12 deletions

View File

@ -1,15 +1,5 @@
html,
body {
padding: 0;
margin: 0;
}
body {
font-size: 100%;
box-sizing: border-box;
background-color: pink;
}
* {
box-sizing: inherit;
color: $color-body;
background-color: $background-color;
}