1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-05 06:43:15 +00:00
forgejo/public/less/_editor.less

10 lines
207 B
Text
Raw Normal View History

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