Set top level background colour

This commit is contained in:
Andrew Kingston 2020-11-02 12:14:16 +00:00
parent 025e6f644b
commit 242cd77ae6
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ html, body {
margin: 0;
height: 100%;
width: 100%;
background-color: var(--background);
}
#app {