From a89ffbe3695e721bbd49ce0ef83ac20b39760d82 Mon Sep 17 00:00:00 2001 From: Henri Bergius Date: Thu, 30 Nov 2017 16:58:22 +0100 Subject: [PATCH] Try to make black carry --- theme/c-base.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/theme/c-base.css b/theme/c-base.css index 1beccde..84f8960 100644 --- a/theme/c-base.css +++ b/theme/c-base.css @@ -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,