Improve reset stylesheet

pull/10616/head
Alex P 2018-02-27 13:06:45 -08:00
parent 14df308409
commit eca565cb6e
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
/*
Setting lowermost styles here
*/
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html, body {
background-color: $g0-obsidian;
}
@ -24,4 +30,4 @@ body {
margin-top: 60px;
}
}
}
}