Skip to content

Commit f41067d

Browse files
YghoreWissle Guillaume
and
Wissle Guillaume
authored
improve monokai theme for attr & number (#4067)
Co-authored-by: Wissle Guillaume <[email protected]>
1 parent b9ae5fe commit f41067d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/styles/monokai.css

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Monokai style - ported by Luigi Maselli - http://grigio.org
1212
.hljs-selector-tag,
1313
.hljs-literal,
1414
.hljs-strong,
15+
.hljs-number,
1516
.hljs-name {
1617
color: #f92672;
1718
}
@@ -21,6 +22,7 @@ Monokai style - ported by Luigi Maselli - http://grigio.org
2122
}
2223

2324
.hljs-attribute,
25+
.hljs-attr,
2426
.hljs-symbol,
2527
.hljs-regexp,
2628
.hljs-link {

0 commit comments

Comments
 (0)