if link in title, it color should not green and the title should has a '#' icon

This commit is contained in:
NoDocCat 2018-09-11 15:06:27 +08:00
parent f627fe0af9
commit 031bc1815a

17
vue.css
View File

@ -360,6 +360,23 @@ h6 code {
font-size: inherit; 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 { h1 {
padding-bottom: .4rem; padding-bottom: .4rem;
font-size: 2.2rem; font-size: 2.2rem;