From dc2581a30854318c76b8b81b74624c647a582b98 Mon Sep 17 00:00:00 2001 From: Panayiotis Lipiridis Date: Mon, 28 Dec 2020 01:53:06 +0200 Subject: [PATCH] trans --- src/css/theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/theme.scss b/src/css/theme.scss index 03a23d723..0be1b615d 100644 --- a/src/css/theme.scss +++ b/src/css/theme.scss @@ -17,7 +17,7 @@ --input-border-color: #{$oc-gray-3}; --input-hover-bg-color: #{$oc-gray-1}; --input-label-color: #{$oc-gray-7}; - --island-bg-color: #{transparentize($oc-white, 0.9)}; + --island-bg-color: #{transparentize($oc-white, 0.12)}; --keybinding-color: #{$oc-gray-5}; --overlay-bg-color: #{transparentize($oc-white, 0.12)}; --popup-bg-color: #{$oc-white};