From 6fe6b1eb83181c78fed354c57d02f2f093e02d1e Mon Sep 17 00:00:00 2001 From: "Amir H. Hashemi" <87268103+amirhhashemi@users.noreply.github.com> Date: Thu, 1 May 2025 08:23:20 +0330 Subject: [PATCH] Fix the background color of highlighted lines in dark mode --- src/styles/expressive-code.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/expressive-code.css b/src/styles/expressive-code.css index b5f43219b..4a1908c87 100644 --- a/src/styles/expressive-code.css +++ b/src/styles/expressive-code.css @@ -50,7 +50,7 @@ html .expressive-code-overrides .expressive-code .copy button div { --tmLineBrdCol: hsl(222.77deg 38.21% 51.76% / 55.57%); } -html[data-theme="dark"].dark +html[data-theme="dark"] .expressive-code-overrides .expressive-code .ec-line.mark {