account for rest, set default colors
This commit is contained in:
parent
623b9a3b7f
commit
11b9707665
|
@ -1,15 +1,5 @@
|
||||||
html,
|
|
||||||
body {
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
body {
|
||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
box-sizing: border-box;
|
color: $color-body;
|
||||||
background-color: pink;
|
background-color: $background-color;
|
||||||
}
|
|
||||||
|
|
||||||
* {
|
|
||||||
box-sizing: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue