From 1ff64fa26e2aa5291309c66622ebee13a62570b5 Mon Sep 17 00:00:00 2001 From: Christian Wolf Date: Thu, 8 Nov 2018 09:50:13 +0100 Subject: [PATCH] Removed opacity of background images in order to make them less prominent --- slt/css/desktop.css | 1 + 1 file changed, 1 insertion(+) diff --git a/slt/css/desktop.css b/slt/css/desktop.css index e2408a1..1385027 100644 --- a/slt/css/desktop.css +++ b/slt/css/desktop.css @@ -290,6 +290,7 @@ Additional content background-repeat: no-repeat; background-size: cover; background-position: center center; + opacity: 0.5; } #page