diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/shared/forms/markdown-textarea.component.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/shared/forms/markdown-textarea.component.scss b/client/src/app/shared/forms/markdown-textarea.component.scss index 5c6657538..16f319587 100644 --- a/client/src/app/shared/forms/markdown-textarea.component.scss +++ b/client/src/app/shared/forms/markdown-textarea.component.scss | |||
@@ -14,6 +14,8 @@ $input-border-radius: 3px; | |||
14 | textarea { | 14 | textarea { |
15 | @include peertube-textarea(100%, 150px); | 15 | @include peertube-textarea(100%, 150px); |
16 | 16 | ||
17 | background-color: var(--markdownTextareaBackgroundColor); | ||
18 | |||
17 | font-family: monospace; | 19 | font-family: monospace; |
18 | font-size: 13px; | 20 | font-size: 13px; |
19 | border-bottom: none; | 21 | border-bottom: none; |