mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-19 21:51:20 +08:00
style: modify code highlight style.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user