aboutsummaryrefslogtreecommitdiff
path: root/public/less/_editor.less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less/_editor.less')
-rw-r--r--public/less/_editor.less10
1 files changed, 10 insertions, 0 deletions
diff --git a/public/less/_editor.less b/public/less/_editor.less
new file mode 100644
index 00000000..25347bdc
--- /dev/null
+++ b/public/less/_editor.less
@@ -0,0 +1,10 @@
+.CodeMirror {
+ font: 14px Consolas, "Liberation Mono", Menlo, Courier, monospace;
+ &.cm-s-default {
+ border-radius: 3px;
+ padding: 0 !important;
+ }
+ .cm-comment {
+ background: inherit !important;
+ }
+} \ No newline at end of file