From cbca63b498edf1e7982d2f63ee2e0a0ec24815bb Mon Sep 17 00:00:00 2001 From: Wissle Guillaume Date: Thu, 20 Jun 2024 08:57:31 +0000 Subject: [PATCH] fix(monokai attr & number yaml syntax) --- src/styles/monokai.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/styles/monokai.css b/src/styles/monokai.css index ef10ef8caf..5b28d7bb28 100644 --- a/src/styles/monokai.css +++ b/src/styles/monokai.css @@ -12,6 +12,7 @@ Monokai style - ported by Luigi Maselli - http://grigio.org .hljs-selector-tag, .hljs-literal, .hljs-strong, +.hljs-number, .hljs-name { color: #f92672; } @@ -21,6 +22,7 @@ Monokai style - ported by Luigi Maselli - http://grigio.org } .hljs-attribute, +.hljs-attr, .hljs-symbol, .hljs-regexp, .hljs-link {