fix: Set global background color to white
This commit is contained in:
parent
404efd4ccb
commit
2127b2c964
|
@ -19,6 +19,10 @@
|
|||
<style lang="scss">
|
||||
body { font-family: 'Noto Sans', sans-serif; }
|
||||
|
||||
html, body, #app {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
html, body, #app, #global_header {
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
|
|
Loading…
Reference in New Issue