Make sure the body background is white

This commit is contained in:
John Cowen 2018-06-19 10:25:41 +01:00
parent bf4bcdd670
commit 3c02e17fa7
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
body {
background-color: $white;
}
fieldset {
border: 0;
width: 100%;