Browse Source

Make sure the body background is white

pull/4228/head
John Cowen 7 years ago
parent
commit
3c02e17fa7
  1. 3
      ui-v2/app/styles/core/reset.css

3
ui-v2/app/styles/core/reset.css

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

Loading…
Cancel
Save