42 lines
730 B
CSS
42 lines
730 B
CSS
.hljs-comment, .hljs-quote {
|
|
color: #8e908c
|
|
}
|
|
|
|
.hljs-variable, .hljs-template-variable, .hljs-tag, .hljs-name, .hljs-selector-id, .hljs-selector-class, .hljs-regexp, .hljs-deletion {
|
|
color: #c82829
|
|
}
|
|
|
|
.hljs-number, .hljs-built_in, .hljs-builtin-name, .hljs-literal, .hljs-type, .hljs-params, .hljs-meta, .hljs-link {
|
|
color: #f5871f
|
|
}
|
|
|
|
.hljs-attribute {
|
|
color: #eab700
|
|
}
|
|
|
|
.hljs-string, .hljs-symbol, .hljs-bullet, .hljs-addition {
|
|
color: #718c00
|
|
}
|
|
|
|
.hljs-title, .hljs-section {
|
|
color: #4271ae
|
|
}
|
|
|
|
.hljs-keyword, .hljs-selector-tag {
|
|
color: #8959a8
|
|
}
|
|
|
|
.hljs {
|
|
display: block;
|
|
overflow-x: auto;
|
|
color: #4d4d4c
|
|
}
|
|
|
|
.hljs-emphasis {
|
|
font-style: italic
|
|
}
|
|
|
|
.hljs-strong {
|
|
font-weight: 700
|
|
}
|