From a1233f34cfffff27878fd60b6cc80a0af265848f Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Tue, 16 Jan 2018 17:35:04 +0100 Subject: [PATCH] done #1884 @0.5 --- style/mixins.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/mixins.less b/style/mixins.less index cbd47273..28cd0a0f 100644 --- a/style/mixins.less +++ b/style/mixins.less @@ -1,5 +1,5 @@ .overlayBackground() { - background-color: rgba(0, 0, 0, 0.5); + background-color: @menu-overlay; transition: opacity 400ms; opacity: 0; } -- 2.39.5