diff options
author | Chocobozzz <me@florianbigard.com> | 2022-06-16 15:09:47 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-06-16 15:14:00 +0200 |
commit | 3d2078d6a56d594d4e151d0f87dc63f650d9a082 (patch) | |
tree | c0bcee5eb78016ebbb90e25f95db71c458a7eac2 /client/src/app/shared | |
parent | 269f789be1f6c30fb854b8270bf3efc0a72e02dc (diff) | |
download | PeerTube-3d2078d6a56d594d4e151d0f87dc63f650d9a082.tar.gz PeerTube-3d2078d6a56d594d4e151d0f87dc63f650d9a082.tar.zst PeerTube-3d2078d6a56d594d4e151d0f87dc63f650d9a082.zip |
Fix top menu opacity
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, |