Compare commits

..

1 Commits

Author SHA1 Message Date
bfdc510e7d Update style.css 2024-07-02 09:08:15 -04:00

View File

@ -55,3 +55,9 @@ body {
.CodeMirror-linenumber {
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; }