Skip to content

Commit

Permalink
fixed #63 二级标题URL显示问题
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Feb 11, 2022
1 parent 4ae60d3 commit 2aeaf96
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drake-ayu.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@ blockquote {
color: var(--a-color);
text-decoration: none;
}
#write h2 a .md-plain {
border-bottom: .2rem solid var(--a-color);
}
.on-focus-mode #write a .md-plain, .on-focus-mode .md-htmlblock-container a:hover {
border-bottom: .1rem solid var(--blur-text-color);
}
Expand Down
3 changes: 3 additions & 0 deletions drake-black.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@ blockquote {
color: var(--a-color);
text-decoration: none;
}
#write h2 a .md-plain {
border-bottom: .2rem solid var(--a-color);
}
.on-focus-mode #write a .md-plain, .on-focus-mode .md-htmlblock-container a:hover {
border-bottom: .1rem solid var(--blur-text-color);
}
Expand Down
3 changes: 3 additions & 0 deletions drake-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@ blockquote {
color: var(--a-color);
text-decoration: none;
}
#write h2 a .md-plain {
border-bottom: .2rem solid var(--a-color);
}
.on-focus-mode #write a .md-plain, .on-focus-mode .md-htmlblock-container a:hover {
border-bottom: .1rem solid var(--blur-text-color);
}
Expand Down
3 changes: 3 additions & 0 deletions drake-google.css
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@ blockquote {
color: var(--a-color);
text-decoration: none;
}
#write h2 a .md-plain {
border-bottom: .2rem solid var(--a-color);
}
[md-inline=link] a {
margin: 0 .2rem;
}
Expand Down
3 changes: 3 additions & 0 deletions drake-juejin.css
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,9 @@ blockquote {
color: var(--a-color);
text-decoration: none;
}
#write h2 a .md-plain {
border-bottom: .2rem solid var(--a-color);
}
.on-focus-mode #write a .md-plain, .on-focus-mode .md-htmlblock-container a:hover {
border-bottom: .1rem solid var(--blur-text-color);
}
Expand Down
3 changes: 3 additions & 0 deletions drake-light.css
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@ blockquote {
color: var(--a-color);
text-decoration: none;
}
#write h2 a .md-plain {
border-bottom: .2rem solid var(--a-color);
}
.on-focus-mode #write a .md-plain, .on-focus-mode .md-htmlblock-container a:hover {
border-bottom: .1rem solid var(--blur-text-color);
}
Expand Down
3 changes: 3 additions & 0 deletions drake-material.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@ blockquote {
color: var(--a-color);
text-decoration: none;
}
#write h2 a .md-plain {
border-bottom: .2rem solid var(--a-color);
}
.on-focus-mode #write a .md-plain, .on-focus-mode .md-htmlblock-container a:hover {
border-bottom: .1rem solid var(--blur-text-color);
}
Expand Down
3 changes: 3 additions & 0 deletions drake-purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@ blockquote {
color: var(--a-color);
text-decoration: none;
}
#write h2 a .md-plain {
border-bottom: .2rem solid var(--a-color);
}
.on-focus-mode #write a .md-plain, .on-focus-mode .md-htmlblock-container a:hover {
border-bottom: .1rem solid var(--blur-text-color);
}
Expand Down
3 changes: 3 additions & 0 deletions drake-vue.css
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,9 @@ blockquote {
color: var(--a-color);
text-decoration: none;
}
#write h2 a .md-plain {
border-bottom: .2rem solid var(--a-color);
}
.on-focus-mode #write a .md-plain, .on-focus-mode .md-htmlblock-container a:hover {
border-bottom: .1rem solid var(--blur-text-color);
}
Expand Down
3 changes: 3 additions & 0 deletions drake.css
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,9 @@ blockquote {
color: var(--a-color);
text-decoration: none;
}
#write h2 a .md-plain {
border-bottom: .2rem solid var(--a-color);
}
.on-focus-mode #write a .md-plain, .on-focus-mode .md-htmlblock-container a:hover {
border-bottom: .1rem solid var(--blur-text-color);
}
Expand Down

0 comments on commit 2aeaf96

Please sign in to comment.