Skip to content

Commit

Permalink
style: modify code highlight style.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Oct 1, 2022
1 parent e76c245 commit 274c96f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions scripts/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand All @@ -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);
}
Expand Down

0 comments on commit 274c96f

Please sign in to comment.