From 031bc1815aa885650dd2d2b94bc6feee5d199e8e Mon Sep 17 00:00:00 2001 From: NoDocCat Date: Tue, 11 Sep 2018 15:06:27 +0800 Subject: [PATCH] if link in title, it color should not green and the title should has a '#' icon --- vue.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/vue.css b/vue.css index 467f734..fd40ab8 100644 --- a/vue.css +++ b/vue.css @@ -360,6 +360,23 @@ h6 code { font-size: inherit; } +h2 a, +h3 a{ + color: #34495e; +} + +h3 a:before{ + content: '#'; + color: #42b983; + position: absolute;; + left: -0.7em; + margin-top: -0.05em; + padding-right: 0.5em; + font-size: 1.2em; + line-height: 1; + font-weight: bold; +} + h1 { padding-bottom: .4rem; font-size: 2.2rem;