From 2735d10aaaa0a4a579d4cfb097ac853d795ec431 Mon Sep 17 00:00:00 2001 From: Ming Di Leom <2809763-curben@users.noreply.gitlab.com> Date: Mon, 25 Dec 2023 06:49:55 +0000 Subject: [PATCH] fix(css): highlight content only previous setting may highlight partially on longer line --- themes/chameleon/source/css/_source.css | 2 -- themes/chameleon/source/css/chameleon.css | 2 -- 2 files changed, 4 deletions(-) diff --git a/themes/chameleon/source/css/_source.css b/themes/chameleon/source/css/_source.css index f36e52f..0f63777 100644 --- a/themes/chameleon/source/css/_source.css +++ b/themes/chameleon/source/css/_source.css @@ -625,13 +625,11 @@ td { .hljs-addition { background-color: #144212; display: inline-block; - width: 100%; } .hljs-deletion { background-color: #600; display: inline-block; - width: 100%; } /* hide mobile nav menu and its checkbox */ diff --git a/themes/chameleon/source/css/chameleon.css b/themes/chameleon/source/css/chameleon.css index feecb8c..0cbc308 100644 --- a/themes/chameleon/source/css/chameleon.css +++ b/themes/chameleon/source/css/chameleon.css @@ -945,13 +945,11 @@ td { .hljs-addition { background-color: #144212; display: inline-block; - width: 100%; } .hljs-deletion { background-color: #600; display: inline-block; - width: 100%; } /* hide mobile nav menu and its checkbox */