aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/global
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2021-10-01 13:16:45 -0400
committerbobzel <zzzman@gmail.com>2021-10-01 13:16:45 -0400
commitd4c435da7f4c291b444c2a7da9afa195c5f0dcac (patch)
tree8b0e7ea417ae11586d721f0e10e41d10527d42cd /src/client/views/global
parentcc5294616936c5e8a3a09f51fba4e6e89ce2c26c (diff)
fixed ink to not have a bounding box when isLinkButton is set but rather to have an outline of the ink stroke
Diffstat (limited to 'src/client/views/global')
-rw-r--r--src/client/views/global/globalCssVariables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/global/globalCssVariables.scss b/src/client/views/global/globalCssVariables.scss
index 95bd44c1f..520ac9357 100644
--- a/src/client/views/global/globalCssVariables.scss
+++ b/src/client/views/global/globalCssVariables.scss
@@ -8,6 +8,7 @@ $dark-gray: #323232;
$black: #000000;
$light-blue: #bdddf5;
+$light-blue-transparent: #bdddf590;
$medium-blue: #4476f7;
$medium-blue-alt: #4476f73d;
$pink: #e0217d;