You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

53 lines
1.1 KiB

.markdown-body {
.code-block-wrapper {
pre {
code.hljs {
color: #1f2937;
}
.hljs-comment,
.hljs-quote {
color: #6b7280;
font-style: italic;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-literal,
.hljs-section,
.hljs-link {
color: #9333ea;
}
.hljs-string,
.hljs-title,
.hljs-name,
.hljs-type,
.hljs-attribute,
.hljs-symbol,
.hljs-bullet,
.hljs-addition {
color: #0f766e;
}
.hljs-number,
.hljs-variable,
.hljs-template-variable,
.hljs-regexp,
.hljs-meta .hljs-string {
color: #d97706;
}
.hljs-built_in,
.hljs-function,
.hljs-class .hljs-title {
color: #2563eb;
}
.hljs-deletion,
.hljs-subst {
color: #dc2626;
}
}
}
}