Skip to content

Commit 4f0a31b

Browse files
committed
change code highlight style in docs
1 parent a34b20e commit 4f0a31b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/pages/_layouts/default.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,9 @@
129129
}
130130
p code,
131131
li code {
132-
background-color: #aaaaff;
132+
background-color: #696969;
133133
padding: 0.1rem;
134+
color: white;
134135
border-radius: 0.25rem;
135136
}
136137
article li {

0 commit comments

Comments
 (0)