From 3bf07dd8c27aa6ef40111c6f055e8975b3f514f4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 20 May 2020 11:39:31 +0200 Subject: Explicit theme colors for inputs and textarea --- client/src/app/shared/forms/markdown-textarea.component.scss | 1 - 1 file changed, 1 deletion(-) (limited to 'client/src/app') 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; textarea { @include peertube-textarea(100%, 150px); - background-color: var(--textareaBackgroundColor); font-family: monospace; font-size: 13px; border-bottom: none; -- cgit v1.2.3