mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-09-02 03:57:07 +02:00
sans-serif codemirror font for better readibility
This commit is contained in:
@@ -2,10 +2,11 @@ body, h5, h6,
|
||||
.badge, .note, .grav-mdeditor-preview,
|
||||
input, select, textarea, button, .selectize-input,
|
||||
h1, h2, h3, h4,
|
||||
#admin-menu li, .form-tabs > label, .label {
|
||||
#admin-menu li, .form-tabs > label, .label,
|
||||
body .CodeMirror pre {
|
||||
font-family: "Helvetica Neue", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
||||
}
|
||||
code, kbd, pre, samp,
|
||||
body .CodeMirror {
|
||||
code, kbd, pre, samp {
|
||||
font-family: "Monaco", "Consolas", "Lucida Console", monospace;
|
||||
}
|
||||
|
||||
|
||||
@@ -216,6 +216,7 @@
|
||||
&.CodeMirror {
|
||||
color: $paper-fg;
|
||||
line-height: 1.4;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.cm-link {color: #0082ba;}
|
||||
|
||||
Reference in New Issue
Block a user