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

@ -1,6 +1,6 @@
.cm-s-lol {
.cm-s-lol.CodeMirror {
font-family: Comic Sans MS, cursive;
font-size: 24px;
font-size: 16px;
}
.cm-s-lol.CodeMirror,
.cm-s-lol .CodeMirror-gutters {

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;