修复h3标题有链接时前面有#号的问题
This commit is contained in:
parent
7f4dd94117
commit
ce5603f49d
17
vue-dark.css
17
vue-dark.css
@ -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
12
vue.css
Normal file → Executable 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;
|
||||||
|
Loading…
Reference in New Issue
Block a user