From 4d0398a04f74fd5f495a0392ba841e8d4e7752e4 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Wed, 21 Oct 2020 05:57:51 +0000 Subject: [PATCH] fix(css): unset colour of 'mark'-ed line --- themes/chameleon/source/css/_source.css | 1 + themes/chameleon/source/css/chameleon.css | 1 + 2 files changed, 2 insertions(+) diff --git a/themes/chameleon/source/css/_source.css b/themes/chameleon/source/css/_source.css index 8251d7d..f15a536 100644 --- a/themes/chameleon/source/css/_source.css +++ b/themes/chameleon/source/css/_source.css @@ -232,6 +232,7 @@ pre { mark { background: var(--alt-bg-color); + color: unset; } /* Hide post's excerpt in article */ diff --git a/themes/chameleon/source/css/chameleon.css b/themes/chameleon/source/css/chameleon.css index db24ff5..fbfa907 100644 --- a/themes/chameleon/source/css/chameleon.css +++ b/themes/chameleon/source/css/chameleon.css @@ -701,6 +701,7 @@ pre { mark { background: var(--alt-bg-color); + color: unset; } /* Hide post's excerpt in article */