From fc78a7557c03eb556c5f57de27bb92127e08f213 Mon Sep 17 00:00:00 2001 From: kotaindah55 Date: Fri, 18 Apr 2025 17:20:08 +0200 Subject: [PATCH] chore: force text color in the highlight to be normal --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.css b/styles.css index fb95d47..ce8ea21 100644 --- a/styles.css +++ b/styles.css @@ -32,6 +32,10 @@ mark { border-radius: 2px; } +.markdown-rendered mark.custom-highlight:not([style]) { + color: var(--text-normal); +} + .cm-highlight-color-btn { margin-inline: 2px; width: 12px;