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/sass/application.scss | |
parent | e0433a5f8f9346080b24d73d17c9f8fcb660a5d1 (diff) | |
download | PeerTube-f33dc6ab2db1c733f09dcb039b8bf46c69854753.tar.gz PeerTube-f33dc6ab2db1c733f09dcb039b8bf46c69854753.tar.zst PeerTube-f33dc6ab2db1c733f09dcb039b8bf46c69854753.zip |
Fix input/textarea themes
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r-- | client/src/sass/application.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index 039353077..17ed5c8f8 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -41,6 +41,7 @@ body { | |||
41 | 41 | ||
42 | --textareaForegroundColor: #{$textarea-foreground-color}; | 42 | --textareaForegroundColor: #{$textarea-foreground-color}; |
43 | --textareaBackgroundColor: #{$textarea-background-color}; | 43 | --textareaBackgroundColor: #{$textarea-background-color}; |
44 | --markdownTextareaBackgroundColor: #{$markdown-textarea-background-color}; | ||
44 | 45 | ||
45 | --actionButtonColor: #{$grey-foreground-color}; | 46 | --actionButtonColor: #{$grey-foreground-color}; |
46 | --supportButtonBackgroundColor: #{transparent}; | 47 | --supportButtonBackgroundColor: #{transparent}; |