style: modify code highlight style. 274c96f8ce

This commit is contained in:
jaywcjlove
2022-10-01 04:03:19 +00:00
parent 325029b5c1
commit 661329aac3

View File

@ -692,9 +692,6 @@ body:not(.home) .h2wrap > h2 a::after {
.token.punctuation {
color: var(--color-prettylights-syntax-markup-bold);
}
.token.function {
color: var(--color-prettylights-syntax-entity);
}
.code-line .token.deleted {
background-color: var(--color-prettylights-syntax-markup-deleted-bg);
}
@ -720,7 +717,9 @@ body:not(.home) .h2wrap > h2 a::after {
.token.coord {
color: var(--color-prettylights-syntax-meta-diff-range);
}
.token.function {
color: var(--color-prettylights-syntax-entity);
}
.token.number {
color: var(--color-accent-emphasis);
}