We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f480534 commit d0dd16cCopy full SHA for d0dd16c
src/theme/highlight.css
@@ -16,6 +16,7 @@
16
.hljs-variable,
17
.hljs-template-variable,
18
.hljs-attribute,
19
+.hljs-attr,
20
.hljs-tag,
21
.hljs-name,
22
.hljs-regexp,
src/theme/tomorrow-night.css
@@ -11,6 +11,7 @@
11
/* Tomorrow Red */
12
13
14
15
.ruby .hljs-constant,
@@ -54,6 +55,7 @@
54
55
56
/* Tomorrow Aqua */
57
.hljs-title,
58
+.hljs-section,
59
.css .hljs-hexcolor {
60
color: #8abeb7;
61
}
0 commit comments