fix: Set global background color to white

This commit is contained in:
AkiraFukushima 2018-04-02 23:06:15 +09:00
parent 404efd4ccb
commit 2127b2c964
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@
<style lang="scss"> <style lang="scss">
body { font-family: 'Noto Sans', sans-serif; } body { font-family: 'Noto Sans', sans-serif; }
html, body, #app {
background-color: #ffffff;
}
html, body, #app, #global_header { html, body, #app, #global_header {
height: 100%; height: 100%;
margin: 0; margin: 0;