]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/forms/markdown-textarea.component.scss
Merge branch 'release/2.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / forms / markdown-textarea.component.scss
index 065cd2dec8646dd61ee90d85d0779dd246dd8a7a..33f52fa6e19284d01b73e85f4c499f92664a0e74 100644 (file)
@@ -14,8 +14,9 @@ $input-border-radius: 3px;
     textarea {
       @include peertube-textarea(100%, 150px);
 
-      background-color: var(--textareaBackgroundColor);
-      font-family: courier, monospace;
+      background-color: var(--markdownTextareaBackgroundColor);
+
+      font-family: monospace;
       font-size: 13px;
       border-bottom: none;
       border-bottom-left-radius: unset;
@@ -213,7 +214,7 @@ $input-border-radius: 3px;
       padding: $base-padding;
       border-right: 1px dashed $input-border-color !important;
       resize: none;
-      scrollbar-color: var(--actionButtonColor) var(--textareaBackgroundColor);
+      scrollbar-color: var(--actionButtonColor) var(--markdownTextareaBackgroundColor);
 
       &:focus {
         box-shadow: none;