Use main colour of background image as background colour

This commit is contained in:
Robert Marshall 2020-06-20 08:04:46 +01:00
parent dbc3427725
commit 2b26966328

View file

@ -13,7 +13,7 @@ $fa-font-path: "../webfonts";
html {
width: 100%;
height: 100%;
background: url(/images/background.png);
background: #252525 url(/images/background.png);
opacity: 0;
}