fix font size
This commit is contained in:
parent
1e51f89096
commit
04069cc7f4
@ -1,6 +1,6 @@
|
|||||||
.cm-s-lol {
|
.cm-s-lol.CodeMirror {
|
||||||
font-family: Comic Sans MS, cursive;
|
font-family: Comic Sans MS, cursive;
|
||||||
font-size: 24px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
.cm-s-lol.CodeMirror,
|
.cm-s-lol.CodeMirror,
|
||||||
.cm-s-lol .CodeMirror-gutters {
|
.cm-s-lol .CodeMirror-gutters {
|
||||||
|
|||||||
@ -18,8 +18,10 @@
|
|||||||
@property-fg: #66d9ef;
|
@property-fg: #66d9ef;
|
||||||
|
|
||||||
.cm-s-lol {
|
.cm-s-lol {
|
||||||
|
&.CodeMirror {
|
||||||
font-family: Comic Sans MS, cursive;
|
font-family: Comic Sans MS, cursive;
|
||||||
font-size: 24px;
|
font-size: 16px;
|
||||||
|
}
|
||||||
|
|
||||||
&.CodeMirror, .CodeMirror-gutters {
|
&.CodeMirror, .CodeMirror-gutters {
|
||||||
background-color: @gutter-bg !important;
|
background-color: @gutter-bg !important;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user