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

This commit is contained in:
Ali Tavakoli 2014-03-21 14:14:11 -04:00
parent 6bb474a0dc
commit 78261b4aad
1 changed files with 8 additions and 0 deletions

View File

@ -120,3 +120,11 @@ a:focus {
.md {
@include md-typography;
}
/**
* Textareas intended for GFM
*
*/
textarea.js-gfm-input {
font-family: $monospace_font;
}