From 528934ad760ca17277f537fd97c2bc9edd651b31 Mon Sep 17 00:00:00 2001 From: GU Yiling Date: Wed, 7 Mar 2018 22:49:57 +0800 Subject: [PATCH] tweak header link (#1472) --- themes/vue/source/css/page.styl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/themes/vue/source/css/page.styl b/themes/vue/source/css/page.styl index 6f8dd19b5..2148cc5f1 100644 --- a/themes/vue/source/css/page.styl +++ b/themes/vue/source/css/page.styl @@ -70,14 +70,17 @@ border-bottom: 1px solid $border h3 margin: $h3-margin-top 0 1.2em + line-height: 1.2 position: relative - &:after + > a:before content: "#" color: $green position: absolute left: -0.7em - bottom: -2px + margin-top: -0.05em + padding-right: 0.5em font-size: 1.2em + line-height: 1 font-weight: bold figure margin: 1.2em 0