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 */
.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;
}