修复h3标题有链接时前面有#号的问题

This commit is contained in:
blinkfox 2019-02-22 22:43:58 +08:00
parent 7f4dd94117
commit ce5603f49d
2 changed files with 0 additions and 29 deletions

View File

@ -503,23 +503,6 @@ 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;

12
vue.css Normal file → Executable file
View File

@ -362,18 +362,6 @@ h3 a {
color: #34495e; 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;