Commit 78261b4a authored by Ali Tavakoli's avatar Ali Tavakoli

Set monospace font-family for textarea.js-gfm-input

parent 6bb474a0
...@@ -120,3 +120,11 @@ a:focus { ...@@ -120,3 +120,11 @@ a:focus {
.md { .md {
@include md-typography; @include md-typography;
} }
/**
* Textareas intended for GFM
*
*/
textarea.js-gfm-input {
font-family: $monospace_font;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment