Skip to content

Commit 2cb8bfc

Browse files
style: fix hljs token color
1 parent 0e5b497 commit 2cb8bfc

File tree

2 files changed

+12
-23
lines changed

2 files changed

+12
-23
lines changed

package-lock.json

Lines changed: 11 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/hljs.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ pre[class*='language-'] {
136136
.language-css .token.string,
137137
.style .token.string,
138138
.token.variable {
139-
color: #caffa8;
139+
color: #ffda98;
140140
}
141141

142142
.token.function,

0 commit comments

Comments
 (0)