Skip to content

Commit 7e90bb6

Browse files
committed
Fixed website inline code background
1 parent cbde4f2 commit 7e90bb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/gh-pages/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
opacity: 30%;
134134
}
135135

136-
p > code {
136+
:not(pre) > code {
137137
color: var(--inline-code-color);
138138
background-color: var(--inline-code-bg);
139139
}

0 commit comments

Comments
 (0)