diff --git a/src/styles/monokai.css b/src/styles/monokai.css index 5b28d7bb28..aefdcf9fe4 100644 --- a/src/styles/monokai.css +++ b/src/styles/monokai.css @@ -29,7 +29,10 @@ Monokai style - ported by Luigi Maselli - http://grigio.org color: #bf79db; } -.hljs-string, +.hljs-string { + color: #e6db74; +} + .hljs-bullet, .hljs-subst, .hljs-title,