From bfdc510e7d38d41a2caeb0d05c6ad6627fae9ec5 Mon Sep 17 00:00:00 2001 From: Auios Date: Tue, 2 Jul 2024 09:08:15 -0400 Subject: [PATCH] Update style.css --- site/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site/style.css b/site/style.css index b6fc1ec..1a213da 100644 --- a/site/style.css +++ b/site/style.css @@ -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; } \ No newline at end of file