From a65bcae97ef9ddd0c2cb0bfb5d654bae7d7bd564 Mon Sep 17 00:00:00 2001 From: ymkiux <44744442+ymkiux@users.noreply.github.com> Date: Fri, 21 Apr 2023 13:30:33 +0800 Subject: [PATCH] [opt] Inline link content line breaks underscore display abnormality in markdown syntax (#283) --- source/css/_layout/md.styl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/css/_layout/md.styl b/source/css/_layout/md.styl index ed32dc9..98c889f 100644 --- a/source/css/_layout/md.styl +++ b/source/css/_layout/md.styl @@ -153,3 +153,8 @@ h1.article-title bottom: 0 left: -2px right: -2px +.md-text li:not([class]) a:not([class]):before, .md-text p:not([class]) a:not([class]):before + background unset !important + +.md-text li:not([class]) a:not([class]):hover:before, .md-text p:not([class]) a:not([class]):hover:before + background var(--theme-link) !important