Skip to content

Commit 6fe6b1e

Browse files
committed
Fix the background color of highlighted lines in dark mode
1 parent d5c820e commit 6fe6b1e

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)