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};