2018-08-08 09:42:42 +01:00
|
|
|
.token.comment,
|
|
|
|
.token.prolog,
|
|
|
|
.token.doctype,
|
|
|
|
.token.cdata {
|
2019-01-21 16:10:27 +00:00
|
|
|
color: #789;
|
2018-08-02 22:47:49 +01:00
|
|
|
}
|
|
|
|
|
2018-08-08 09:42:42 +01:00
|
|
|
.token.punctuation {
|
|
|
|
color: #999;
|
2018-08-02 22:47:49 +01:00
|
|
|
}
|
|
|
|
|
2018-08-08 09:42:42 +01:00
|
|
|
.namespace {
|
2018-08-02 22:47:49 +01:00
|
|
|
}
|
|
|
|
|
2018-08-08 09:42:42 +01:00
|
|
|
.token.property,
|
|
|
|
.token.tag,
|
|
|
|
.token.boolean,
|
|
|
|
.token.number,
|
|
|
|
.token.constant,
|
|
|
|
.token.symbol,
|
|
|
|
.token.deleted {
|
2019-02-16 00:14:12 +00:00
|
|
|
color: #f05;
|
2018-08-02 22:47:49 +01:00
|
|
|
}
|
|
|
|
|
2018-08-08 09:42:42 +01:00
|
|
|
.token.selector,
|
|
|
|
.token.attr-name,
|
|
|
|
.token.string,
|
|
|
|
.token.char,
|
|
|
|
.token.builtin,
|
|
|
|
.token.inserted {
|
2019-02-16 00:14:12 +00:00
|
|
|
color: #7a0;
|
2018-08-02 22:47:49 +01:00
|
|
|
}
|
|
|
|
|
2018-08-08 09:42:42 +01:00
|
|
|
.token.operator,
|
|
|
|
.token.entity,
|
|
|
|
.token.url,
|
|
|
|
.language-css .token.string,
|
|
|
|
.style .token.string {
|
2019-01-21 16:10:27 +00:00
|
|
|
color: #a74;
|
2018-08-02 22:47:49 +01:00
|
|
|
}
|
|
|
|
|
2018-08-08 09:42:42 +01:00
|
|
|
.token.atrule,
|
|
|
|
.token.attr-value,
|
|
|
|
.token.keyword {
|
2019-02-16 00:14:12 +00:00
|
|
|
color: #09c;
|
2018-08-02 22:47:49 +01:00
|
|
|
}
|
|
|
|
|
2018-08-08 09:42:42 +01:00
|
|
|
.token.function,
|
|
|
|
.token.class-name {
|
2019-01-21 16:10:27 +00:00
|
|
|
color: #D57;
|
2018-08-02 22:47:49 +01:00
|
|
|
}
|
|
|
|
|
2018-08-08 09:42:42 +01:00
|
|
|
.token.regex,
|
|
|
|
.token.important,
|
|
|
|
.token.variable {
|
|
|
|
color: #e90;
|
2018-08-02 22:47:49 +01:00
|
|
|
}
|
|
|
|
|
2018-08-08 09:42:42 +01:00
|
|
|
.token.important,
|
|
|
|
.token.bold {
|
2018-08-02 22:47:49 +01:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
2018-08-08 09:42:42 +01:00
|
|
|
.token.italic {
|
2018-08-02 22:47:49 +01:00
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2018-08-08 09:42:42 +01:00
|
|
|
.token.entity {
|
2018-08-02 22:47:49 +01:00
|
|
|
cursor: help;
|
2019-02-16 00:14:12 +00:00
|
|
|
}
|