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