fix font size

This commit is contained in:
ansuz
2017-03-31 13:28:30 +02:00
parent 1e51f89096
commit 04069cc7f4
2 changed files with 6 additions and 4 deletions

View File

@@ -18,8 +18,10 @@
@property-fg: #66d9ef;
.cm-s-lol {
font-family: Comic Sans MS, cursive;
font-size: 24px;
&.CodeMirror {
font-family: Comic Sans MS, cursive;
font-size: 16px;
}
&.CodeMirror, .CodeMirror-gutters {
background-color: @gutter-bg !important;