Try to make black carry

This commit is contained in:
Henri Bergius 2017-11-30 16:58:22 +01:00
parent 2f059c8f14
commit a89ffbe369

View file

@ -32,7 +32,8 @@ h1 {
}
body.station {
background: url('../theme/background-stationblueprint.jpg') no-repeat;
background-image: url('../theme/background-stationblueprint.jpg');
background-repeat: no-repeat;
background-size: 'cover';
}
body.station:after {
@ -42,7 +43,7 @@ body.station:after {
height: 100vh;
top: 0px;
left: 0px;
background:rgba(0,0,0,0.5);
background-color: rgba(0,0,0,0.5);
z-index: -1;
}
body.station h1,