Skip to content

Commit

Permalink
Style quote blocks.
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jul 24, 2018
1 parent 772b441 commit 01a3b83
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions assets/stylesheets/bestest_markdown_editor.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
body.textarea-monospace .CodeMirror-code {
font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace
font-family: Consolas, Menlo, "Liberation Mono", Courier, monospace;
}

body.textarea-proportional .CodeMirror-code {
font-family: Verdana, sans-serif
font-family: Verdana, sans-serif;
}

.editor-preview p,
.editor-preview-side p {
padding-left: 0
padding-left: 0;
}

.CodeMirror .CodeMirror-code .cm-quote {
color : #7f8c8d;
font-style: italic;
}

0 comments on commit 01a3b83

Please sign in to comment.