1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-15 14:54:19 -04:00
gitea/public/less/_editor.less

10 lines
207 B
Plaintext
Raw Normal View History

2016-08-18 01:44:07 -04:00
.CodeMirror {
font: 14px Consolas, "Liberation Mono", Menlo, Courier, monospace;
&.cm-s-default {
border-radius: 3px;
padding: 0 !important;
}
.cm-comment {
background: inherit !important;
}
}