diff options
author | Chocobozzz <me@florianbigard.com> | 2020-05-20 11:39:31 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-05-20 11:39:31 +0200 |
commit | 3bf07dd8c27aa6ef40111c6f055e8975b3f514f4 (patch) | |
tree | 5093de3984768910aa922d43f0b4806f6ecf1597 /client/src/app | |
parent | b66c5e58f13c790a8933117b0f8ba73ed37c1855 (diff) | |
download | PeerTube-3bf07dd8c27aa6ef40111c6f055e8975b3f514f4.tar.gz PeerTube-3bf07dd8c27aa6ef40111c6f055e8975b3f514f4.tar.zst PeerTube-3bf07dd8c27aa6ef40111c6f055e8975b3f514f4.zip |
Explicit theme colors for inputs and textarea
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/shared/forms/markdown-textarea.component.scss | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/shared/forms/markdown-textarea.component.scss b/client/src/app/shared/forms/markdown-textarea.component.scss index 8e5739e45..5c6657538 100644 --- a/client/src/app/shared/forms/markdown-textarea.component.scss +++ b/client/src/app/shared/forms/markdown-textarea.component.scss | |||
@@ -14,7 +14,6 @@ $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(--textareaBackgroundColor); | ||
18 | font-family: monospace; | 17 | font-family: monospace; |
19 | font-size: 13px; | 18 | font-size: 13px; |
20 | border-bottom: none; | 19 | border-bottom: none; |