aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/global/globalCssVariables.module.scss
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-04-05 00:01:53 -0400
committerbobzel <zzzman@gmail.com>2025-04-05 00:01:53 -0400
commit031a607100700f818f96b7fbf478f1b75292be9b (patch)
tree8c726b9529ec00888aa33504ce08e66fdda2d40b /src/client/views/global/globalCssVariables.module.scss
parentede7aaa19d903a7e55fc60d9bc213988ea602c97 (diff)
fixed sizing of text box annotations sidebar button. cleaned up TagsView to not overlap button bar below doc decorations or bottom resize handle
Diffstat (limited to 'src/client/views/global/globalCssVariables.module.scss')
-rw-r--r--src/client/views/global/globalCssVariables.module.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/global/globalCssVariables.module.scss b/src/client/views/global/globalCssVariables.module.scss
index ad0c5c21d..82f6caa52 100644
--- a/src/client/views/global/globalCssVariables.module.scss
+++ b/src/client/views/global/globalCssVariables.module.scss
@@ -4,7 +4,7 @@ $white: #ffffff;
$off-white: #fdfdfd;
$light-gray: #dfdfdf;
$medium-gray: #9f9f9f;
-$medium-gray-dim: #9f9f9f30;
+$medium-gray-dim: #9f9f9f;
$dark-gray: #323232;
$black: #000000;