From ff23b42eecc57cb44a28096eb9d179c1453379eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=AD=E6=A1=93=E6=A1=93?= Date: Tue, 7 Mar 2023 19:47:52 +0800 Subject: [PATCH] feat(title): improve `.header-anchor` display effect --- src/partials/title.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/partials/title.scss b/src/partials/title.scss index 3a5a04f..07641da 100644 --- a/src/partials/title.scss +++ b/src/partials/title.scss @@ -71,11 +71,12 @@ hr { .header-anchor { float: left; - margin-top: .125rem; + margin-top: 0; margin-left: -1.25rem; padding-right: .5rem; border: 0 !important; - font-size: .875rem; + font-weight: 600; + font-size: inherit; text-decoration: none; opacity: 0; &:hover,