style textareas supporting markdown with monospace font

This commit is contained in:
checktheroads
2021-03-17 23:30:39 -07:00
parent cf8dad5763
commit 46cd22ea7e
2 changed files with 3 additions and 3 deletions

View File

@@ -245,7 +245,7 @@ span.color-label {
}
textarea#id_local_context_data,
textarea#id_comments {
textarea.markdown {
font-family: $font-family-monospace;
}