Skip to content

Commit 75c5fdd

Browse files
committed
hljs: align colors with general theme
Signed-off-by: Felipe Contreras <[email protected]>
1 parent de71fbf commit 75c5fdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hljs/felipec.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
}
2828

2929
.hljs-bullet {
30-
color: hsl(210, 75%, 75%);
30+
color: hsl(240, 75%, 75%);
3131
}
3232

3333
.hljs-title {
34-
color: hsl(240, 75%, 75%);
34+
color: hsl(90, 75%, 75%);
3535
}
3636

3737
.hljs-variable {

0 commit comments

Comments
 (0)