diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-20 13:52:12 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-20 13:52:12 +0200 |
commit | f33dc6ab2db1c733f09dcb039b8bf46c69854753 (patch) | |
tree | f528b58af9b0649a701cd1a170de137f726efe1e /client/src/app | |
parent | e0433a5f8f9346080b24d73d17c9f8fcb660a5d1 (diff) | |
download | PeerTube-f33dc6ab2db1c733f09dcb039b8bf46c69854753.tar.gz PeerTube-f33dc6ab2db1c733f09dcb039b8bf46c69854753.tar.zst PeerTube-f33dc6ab2db1c733f09dcb039b8bf46c69854753.zip |
Fix input/textarea themes
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; |