Add background image

This commit is contained in:
2022-01-05 12:19:36 +01:00
parent dc5460af0d
commit 004dd7d161
2 changed files with 85 additions and 0 deletions

View File

@ -12,6 +12,11 @@ body {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-image: url(/images/background.svg);
background-repeat: no-repeat;
background-blend-mode: multiply;
background-size: 100vh;
background-position: top;
background-color: #0c2738;
color: #ffffff;
height: 100%;