Set top level background colour
This commit is contained in:
parent
025e6f644b
commit
242cd77ae6
|
@ -28,6 +28,7 @@ html, body {
|
|||
margin: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: var(--background);
|
||||
}
|
||||
|
||||
#app {
|
||||
|
|
Loading…
Reference in New Issue