Updated export styles to remove grey bg

This commit is contained in:
Dan Brown 2019-09-01 10:55:00 +01:00
parent e9d42a2e8c
commit 79f1e87cd0
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -11,9 +11,13 @@
@import "lists";
@import "pages";
html, body {
background-color: #FFF;
}
body {
font-family: 'DejaVu Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", "Oxygen", "Ubuntu", "Roboto", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
background-color: #FFF;
margin: 0;
padding: 0;
}