diff --git a/src/Website/wwwroot/css/style.scss b/src/Website/wwwroot/css/style.scss index 7db35db..22c4a1a 100644 --- a/src/Website/wwwroot/css/style.scss +++ b/src/Website/wwwroot/css/style.scss @@ -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; }