diff options
Diffstat (limited to 'client/src/app/shared')
-rw-r--r-- | client/src/app/shared/shared-forms/markdown-textarea.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/shared-forms/markdown-textarea.component.scss b/client/src/app/shared/shared-forms/markdown-textarea.component.scss index 421c8cbcc..116630d8a 100644 --- a/client/src/app/shared/shared-forms/markdown-textarea.component.scss +++ b/client/src/app/shared/shared-forms/markdown-textarea.component.scss | |||
@@ -49,7 +49,7 @@ $input-border-radius: 3px; | |||
49 | 49 | ||
50 | svg { | 50 | svg { |
51 | stroke: var(--mainForegroundColor); | 51 | stroke: var(--mainForegroundColor); |
52 | opacity: 0.6; | 52 | opacity: 0.7; |
53 | } | 53 | } |
54 | 54 | ||
55 | &:hover, | 55 | &:hover, |