aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/application.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-05-20 13:53:51 +0200
committerChocobozzz <me@florianbigard.com>2020-05-20 13:53:51 +0200
commit745437e3ab402d5b8f85de6e9c09c3b6092e5904 (patch)
treef93e8cc7bdffe19b6c19251512b2fd31bfe4f41d /client/src/sass/application.scss
parent148ab2f0f043a4c7cc28f9497cb6ae3819e8b838 (diff)
parentf33dc6ab2db1c733f09dcb039b8bf46c69854753 (diff)
downloadPeerTube-745437e3ab402d5b8f85de6e9c09c3b6092e5904.tar.gz
PeerTube-745437e3ab402d5b8f85de6e9c09c3b6092e5904.tar.zst
PeerTube-745437e3ab402d5b8f85de6e9c09c3b6092e5904.zip
Merge branch 'release/2.2.0' into develop
Diffstat (limited to 'client/src/sass/application.scss')
-rw-r--r--client/src/sass/application.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index d637c94d9..17ed5c8f8 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -35,10 +35,13 @@ body {
35 --menuForegroundColor: #{$menu-color}; 35 --menuForegroundColor: #{$menu-color};
36 --submenuColor: #{$sub-menu-color}; 36 --submenuColor: #{$sub-menu-color};
37 37
38 --inputForegroundColor: #{$input-foreground-color};
38 --inputBackgroundColor: #{$input-background-color}; 39 --inputBackgroundColor: #{$input-background-color};
39 --inputPlaceholderColor: #{$input-placeholder-color}; 40 --inputPlaceholderColor: #{$input-placeholder-color};
40 41
42 --textareaForegroundColor: #{$textarea-foreground-color};
41 --textareaBackgroundColor: #{$textarea-background-color}; 43 --textareaBackgroundColor: #{$textarea-background-color};
44 --markdownTextareaBackgroundColor: #{$markdown-textarea-background-color};
42 45
43 --actionButtonColor: #{$grey-foreground-color}; 46 --actionButtonColor: #{$grey-foreground-color};
44 --supportButtonBackgroundColor: #{transparent}; 47 --supportButtonBackgroundColor: #{transparent};