Update styles

This commit is contained in:
pancakes 2024-11-18 17:08:22 +10:00
parent 1b2c205467
commit 2f8a0279eb
No known key found for this signature in database
GPG key ID: ED53D426432B861B

View file

@ -288,80 +288,59 @@ pre code {
} }
/* Code highlighting */ /* Code highlighting */
.token.comment, .language-html,
.token.doctype, .language-md {
.token.cdata { color: #9aa5ce;
color: #565f89;
font-style: italic;
} }
.token.prolog, .token.keyword,
.token.builtin { .token.tag {
color: #f7768e; 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.boolean,
.token.constant { .token.number {
color: #ff9e64; color: #ff9e64;
} }
.token.symbol, .token.parameter,
.token.deleted { .regex-source {
color: #2ac3de; color: #e0af68;
} }
.token.number {
color: #ff73fd;
}
.token.selector,
.token.string, .token.string,
.token.char, .token.selector {
.token.tag,
.token.inserted {
color: #9ece6a; color: #9ece6a;
} }
.token.attr-name { .token.property,
color: rgb(241, 250, 140); .token.regex-flags,
.token.title {
color: #7dcfff;
} }
.token.variable { .token.literal-property,
color: #c0caf5; .token.url {
} color: #73daca;
.token.operator {
color: #89ddff;
} }
.token.function { .token.function {
color: #7aa2f7; color: #7aa2f7;
} }
.token.important, .token.operator,
.token.bold { .token.attr-name {
font-weight: bold; color: #bb9af7;
} }
.token.italic { .token.constant,
.token.environment,
.token.class-name {
color: #c0caf5;
}
.token.comment {
color: #565f89;
font-style: italic; font-style: italic;
} }