1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

Set top level background colour

This commit is contained in:
Andrew Kingston 2020-11-02 12:14:16 +00:00
parent e90664848e
commit 8e9afb6bf0

View file

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