Skip to content

Commit cee6319

Browse files
Fix the background color of highlighted lines in dark mode (#1168)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 8dec05c commit cee6319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/expressive-code.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ html .expressive-code-overrides .expressive-code .copy button div {
5050
--tmLineBrdCol: hsl(222.77deg 38.21% 51.76% / 55.57%);
5151
}
5252

53-
html[data-theme="dark"].dark
53+
html[data-theme="dark"]
5454
.expressive-code-overrides
5555
.expressive-code
5656
.ec-line.mark {

0 commit comments

Comments
 (0)