Compare commits
1 Commits
634860c1c4
...
main
Author | SHA1 | Date | |
---|---|---|---|
bfdc510e7d |
@ -55,3 +55,9 @@ body {
|
|||||||
.CodeMirror-linenumber {
|
.CodeMirror-linenumber {
|
||||||
color: #888;
|
color: #888;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.cm-s-monokai .cm-keyword { color: #66d9ef; }
|
||||||
|
.cm-s-monokai .cm-variable { color: #f8f8f2; }
|
||||||
|
.cm-s-monokai .cm-number { color: #ae81ff; }
|
||||||
|
.cm-s-monokai .cm-comment { color: #75715e; }
|
||||||
|
.cm-s-monokai .cm-meta { color: #f92672; }
|
Reference in New Issue
Block a user