From be774e1d8f2fc89a73cb8f70d7475d22f2c4faba Mon Sep 17 00:00:00 2001 From: Peng Xiao Date: Fri, 25 Jun 2021 14:48:17 +0800 Subject: [PATCH] fix: marker color in dark mode --- custom.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom.css b/custom.css index e0b84c2..c05771a 100644 --- a/custom.css +++ b/custom.css @@ -567,11 +567,12 @@ mark { border-radius: var(--ct-mark-border-radius); background: transparent; padding: 0; + color: inherit; font-size: inherit; text-decoration-style: solid; text-decoration: underline; text-decoration-color: var(--ct-warning-color); - text-decoration-thickness: 4px; + text-decoration-thickness: 3px; text-decoration-skip-ink: none; text-underline-offset: -1px; }