|
@@ -18,7 +18,7 @@
|
18
|
18
|
--input-border-color: #{$oc-gray-3};
|
19
|
19
|
--input-hover-bg-color: #{$oc-gray-1};
|
20
|
20
|
--input-label-color: #{$oc-gray-7};
|
21
|
|
- --island-bg-color: rgba(255, 255, 255, 0.9);
|
|
21
|
+ --island-bg-color: rgba(255, 255, 255, 0.96);
|
22
|
22
|
--keybinding-color: #{$oc-gray-5};
|
23
|
23
|
--link-color: #{$oc-blue-7};
|
24
|
24
|
--overlay-bg-color: #{transparentize($oc-white, 0.12)};
|
|
@@ -60,7 +60,7 @@
|
60
|
60
|
--input-border-color: #2e2e2e;
|
61
|
61
|
--input-hover-bg-color: #181818;
|
62
|
62
|
--input-label-color: #{$oc-gray-2};
|
63
|
|
- --island-bg-color: #1e1e1e;
|
|
63
|
+ --island-bg-color: rgba(30, 30, 30, 0.98);
|
64
|
64
|
--keybinding-color: #{$oc-gray-6};
|
65
|
65
|
--overlay-bg-color: #{transparentize($oc-gray-8, 0.88)};
|
66
|
66
|
--popup-bg-color: #2c2c2c;
|