mirror of https://github.com/jkjoy/sunpeiwen.git
57 lines
929 B
CSS
57 lines
929 B
CSS
/*
|
|
Five-color theme from a single blue hue.
|
|
*/
|
|
.highlight {
|
|
display: block;
|
|
overflow-x: auto;
|
|
padding: 0.5em;
|
|
background: #eaeef3;
|
|
color: #00193a;
|
|
}
|
|
|
|
.highlight .keyword,
|
|
.highlight .selector-tag,
|
|
.highlight .title,
|
|
.highlight .section,
|
|
.highlight .doctag,
|
|
.highlight .name,
|
|
.highlight .strong {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.highlight .comment {
|
|
color: #738191;
|
|
}
|
|
|
|
.highlight .string,
|
|
.highlight .title,
|
|
.highlight .section,
|
|
.highlight .built_in,
|
|
.highlight .literal,
|
|
.highlight .type,
|
|
.highlight .addition,
|
|
.highlight .tag,
|
|
.highlight .quote,
|
|
.highlight .name,
|
|
.highlight .selector-id,
|
|
.highlight .selector-class {
|
|
color: #0048ab;
|
|
}
|
|
|
|
.highlight .meta,
|
|
.highlight .subst,
|
|
.highlight .symbol,
|
|
.highlight .regexp,
|
|
.highlight .attribute,
|
|
.highlight .deletion,
|
|
.highlight .variable,
|
|
.highlight .template-variable,
|
|
.highlight .link,
|
|
.highlight .bullet {
|
|
color: #4c81c9;
|
|
}
|
|
|
|
.highlight .emphasis {
|
|
font-style: italic;
|
|
}
|