mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-01-02 05:13:09 +00:00
46 lines
638 B
CSS
46 lines
638 B
CSS
/* GitHub-like light highlighting */
|
|
.hljs {
|
|
display: block;
|
|
overflow-x: auto;
|
|
padding: 0.5em;
|
|
background: #f6f8fa;
|
|
color: #24292e;
|
|
}
|
|
.hljs-comment,
|
|
.hljs-quote {
|
|
color: #6a737d;
|
|
font-style: italic;
|
|
}
|
|
.hljs-keyword,
|
|
.hljs-selector-tag,
|
|
.hljs-type {
|
|
color: #d73a49;
|
|
}
|
|
.hljs-string,
|
|
.hljs-title,
|
|
.hljs-name,
|
|
.hljs-attr,
|
|
.hljs-symbol,
|
|
.hljs-bullet {
|
|
color: #005cc5;
|
|
}
|
|
.hljs-number,
|
|
.hljs-literal {
|
|
color: #005cc5;
|
|
}
|
|
.hljs-section,
|
|
.hljs-selector-id,
|
|
.hljs-selector-class {
|
|
color: #22863a;
|
|
}
|
|
.hljs-built_in,
|
|
.hljs-type {
|
|
color: #6f42c1;
|
|
}
|
|
.hljs-emphasis {
|
|
font-style: italic;
|
|
}
|
|
.hljs-strong {
|
|
font-weight: bold;
|
|
}
|