mirror of
https://github.com/hack-chat/main.git
synced 2024-03-22 13:20:33 +08:00
fd9850b2e2
reformatted some highlighting
66 lines
934 B
CSS
66 lines
934 B
CSS
.hljs {
|
|
display: block;
|
|
overflow-x: auto;
|
|
padding: 0.5em;
|
|
color: #252930;
|
|
background: #282c34;
|
|
}
|
|
.hljs-comment,
|
|
.hljs-quote {
|
|
color: #f7297f;
|
|
font-style: italic;
|
|
}
|
|
.hljs-doctag,
|
|
.hljs-keyword,
|
|
.hljs-formula {
|
|
color: #ad6fe7;
|
|
}
|
|
.hljs-section,
|
|
.hljs-name,
|
|
.hljs-selector-tag,
|
|
.hljs-deletion,
|
|
.hljs-subst {
|
|
color: #e44855;
|
|
}
|
|
.hljs-literal {
|
|
color: #46c2d3;
|
|
}
|
|
.hljs-string,
|
|
.hljs-regexp,
|
|
.hljs-addition,
|
|
.hljs-attribute,
|
|
.hljs-meta-string {
|
|
color: #797bf0;
|
|
}
|
|
.hljs-built_in,
|
|
.hljs-class .hljs-title {
|
|
color: #c0e068;
|
|
}
|
|
.hljs-attr,
|
|
.hljs-variable,
|
|
.hljs-template-variable,
|
|
.hljs-type,
|
|
.hljs-selector-class,
|
|
.hljs-selector-attr,
|
|
.hljs-selector-pseudo,
|
|
.hljs-number {
|
|
color: #ffc760;
|
|
}
|
|
.hljs-symbol,
|
|
.hljs-bullet,
|
|
.hljs-link,
|
|
.hljs-meta,
|
|
.hljs-selector-id,
|
|
.hljs-title {
|
|
color: #59b4ff;
|
|
}
|
|
.hljs-emphasis {
|
|
font-style: italic;
|
|
}
|
|
.hljs-strong {
|
|
font-weight: bold;
|
|
}
|
|
.hljs-link {
|
|
text-decoration: underline;
|
|
}
|