vue-cli-plugin-vusion
Version:
Vue CLI Plugin for Vusion Projects
73 lines (62 loc) • 975 B
CSS
.hljs {
display: block;
overflow-x: auto;
padding: 5px 10px;
color: #585c63;
}
.hljs-comment,
.hljs-quote {
color: #a7afbb;
font-style: italic;
}
.hljs-doctag,
.hljs-keyword,
.hljs-formula {
color: #a43bee;
}
.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
color: #e28800;
}
.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
color: #55a808;
}
.hljs-built_in,
.hljs-class .hljs-title,
.hljs-number,
.hljs-literal {
color: #e0276e;
}
.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
color: #2c75e4;
}
.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
color: #2c75e4;
}
.hljs-emphasis {
font-style: italic;
}
.hljs-strong {
font-weight: bold;
}
.hljs-link {
text-decoration: underline;
}