mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-01-19 07:02:46 +08:00
Updated export styles to remove grey bg
This commit is contained in:
parent
e9d42a2e8c
commit
79f1e87cd0
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user