Update styles
This commit is contained in:
parent
1b2c205467
commit
2f8a0279eb
1 changed files with 28 additions and 49 deletions
|
@ -288,80 +288,59 @@ pre code {
|
|||
}
|
||||
|
||||
/* Code highlighting */
|
||||
.token.comment,
|
||||
.token.doctype,
|
||||
.token.cdata {
|
||||
color: #565f89;
|
||||
font-style: italic;
|
||||
.language-html,
|
||||
.language-md {
|
||||
color: #9aa5ce;
|
||||
}
|
||||
|
||||
.token.prolog,
|
||||
.token.builtin {
|
||||
.token.keyword,
|
||||
.token.tag {
|
||||
color: #f7768e;
|
||||
}
|
||||
|
||||
.token.punctuation {
|
||||
color: #bb9af7;
|
||||
}
|
||||
|
||||
.namespace {
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.token.property,
|
||||
.token.keyword {
|
||||
color: #9d7cd8;
|
||||
}
|
||||
|
||||
.token.class-name {
|
||||
color: #ffffb6;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.token.boolean,
|
||||
.token.constant {
|
||||
.token.number {
|
||||
color: #ff9e64;
|
||||
}
|
||||
|
||||
.token.symbol,
|
||||
.token.deleted {
|
||||
color: #2ac3de;
|
||||
.token.parameter,
|
||||
.regex-source {
|
||||
color: #e0af68;
|
||||
}
|
||||
|
||||
.token.number {
|
||||
color: #ff73fd;
|
||||
}
|
||||
|
||||
.token.selector,
|
||||
.token.string,
|
||||
.token.char,
|
||||
.token.tag,
|
||||
.token.inserted {
|
||||
.token.selector {
|
||||
color: #9ece6a;
|
||||
}
|
||||
|
||||
.token.attr-name {
|
||||
color: rgb(241, 250, 140);
|
||||
.token.property,
|
||||
.token.regex-flags,
|
||||
.token.title {
|
||||
color: #7dcfff;
|
||||
}
|
||||
|
||||
.token.variable {
|
||||
color: #c0caf5;
|
||||
}
|
||||
|
||||
.token.operator {
|
||||
color: #89ddff;
|
||||
.token.literal-property,
|
||||
.token.url {
|
||||
color: #73daca;
|
||||
}
|
||||
|
||||
.token.function {
|
||||
color: #7aa2f7;
|
||||
}
|
||||
|
||||
.token.important,
|
||||
.token.bold {
|
||||
font-weight: bold;
|
||||
.token.operator,
|
||||
.token.attr-name {
|
||||
color: #bb9af7;
|
||||
}
|
||||
|
||||
.token.italic {
|
||||
.token.constant,
|
||||
.token.environment,
|
||||
.token.class-name {
|
||||
color: #c0caf5;
|
||||
}
|
||||
|
||||
.token.comment {
|
||||
color: #565f89;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue