Use the generic black background for FullView

master
Torjus 2018-07-19 10:23:29 +02:00
parent fb6db175b8
commit 21337bc1ef
1 changed files with 4 additions and 3 deletions

View File

@ -6,9 +6,10 @@
display: flex;
flex-direction: column;
overflow: hidden;
background-color: rgba(#2a4b58, 0.9);
background-position: bottom;
background-size: auto 85%;
background-image: url('/resources/images/background.svg');
background-attachment: fixed;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
> .info {