fix font size
parent
1e51f89096
commit
04069cc7f4
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue