mirror of https://gitee.com/openkylin/nodejs.git
31 lines
351 B
CSS
31 lines
351 B
CSS
.hljs {
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
.hljs-symbol {
|
|
color: #333;
|
|
}
|
|
|
|
.hljs-attribute,
|
|
.hljs-keyword {
|
|
color: #338;
|
|
}
|
|
|
|
.hljs-string,
|
|
.hljs-regexp,
|
|
.hljs-number {
|
|
color: #cf350d;
|
|
}
|
|
|
|
.hljs-doctag {
|
|
color: #040404;
|
|
}
|
|
|
|
.hljs-doctag .hljs-type,
|
|
.hljs-doctag .hljs-variable,
|
|
.hljs-comment {
|
|
color: #666;
|
|
font-weight: lighter;
|
|
}
|