From 1317bf6ddbb0258936edff2146f2ae6c9a82142b Mon Sep 17 00:00:00 2001 From: Filip Barl Date: Thu, 2 Aug 2018 15:44:31 +0200 Subject: [PATCH] Decreased the header overlay transparency to 80%. --- client/app/styles/_base.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/client/app/styles/_base.scss b/client/app/styles/_base.scss index f5fed5e47..27a43d13e 100644 --- a/client/app/styles/_base.scss +++ b/client/app/styles/_base.scss @@ -208,10 +208,9 @@ a { } .header { - background-color: transparentize($color-purple-25, 0.1); + background-color: transparentize($color-purple-25, 0.2); z-index: $layer-front; padding: 15px 10px 0; - pointer-events: none; position: relative; width: 100%;