summaryrefslogtreecommitdiffstats
path: root/public/less/_editor.less
blob: 25347bdc8d379d36b26e1c78f904b4c433e5ab4d (plain)
1
2
3
4
5
6
7
8
9
10
.CodeMirror {
	font: 14px Consolas, "Liberation Mono", Menlo, Courier, monospace;
	&.cm-s-default {
		  border-radius: 3px;
		  padding: 0 !important;
	}
	.cm-comment {
		background: inherit !important;
	}
}