Skip to content

Commit 7f0bc7c

Browse files
Make highlighting CSS readable
1 parent 8433ca5 commit 7f0bc7c

File tree

1 file changed

+46
-1
lines changed

1 file changed

+46
-1
lines changed

message-index/css/highlight.css

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,46 @@
1-
pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#383a42;background:#fafafa}.hljs-comment,.hljs-quote{color:#a0a1a7;font-style:italic}.hljs-doctag,.hljs-formula,.hljs-keyword{color:#a626a4}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#e45649}.hljs-literal{color:#0184bb}.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{color:#50a14f}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#986801}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#4078f2}.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{color:#c18401}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}.hljs-link{text-decoration:underline}
1+
pre code.hljs{
2+
display: block;
3+
overflow-x: auto;
4+
padding: 1em
5+
}
6+
code.hljs{
7+
padding: 3px 5px
8+
}
9+
.hljs{
10+
color: #383a42;
11+
background: #fafafa
12+
}
13+
.hljs-comment,.hljs-quote{
14+
color: #a0a1a7;
15+
font-style: italic
16+
}
17+
.hljs-doctag,.hljs-formula,.hljs-keyword{
18+
color: #a626a4
19+
}
20+
.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{
21+
color: #e45649
22+
}
23+
.hljs-literal{
24+
color: #0184bb
25+
}
26+
.hljs-addition,.hljs-attribute,.hljs-meta .hljs-string,.hljs-regexp,.hljs-string{
27+
color: #50a14f
28+
}
29+
.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{
30+
color: #986801
31+
}
32+
.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{
33+
color: #4078f2
34+
}
35+
.hljs-built_in,.hljs-class .hljs-title,.hljs-title.class_{
36+
color: #c18401
37+
}
38+
.hljs-emphasis{
39+
font-style: italic
40+
}
41+
.hljs-strong{
42+
font-weight: 700
43+
}
44+
.hljs-link{
45+
text-decoration: underline
46+
}

0 commit comments

Comments
 (0)