Skip to content

Commit

Permalink
fix: #131 代码块-markdown下的标题颜色不清楚
Browse files Browse the repository at this point in the history
  • Loading branch information
liangjingkanji committed Mar 24, 2023
1 parent 1d265d2 commit f125778
Show file tree
Hide file tree
Showing 9 changed files with 27 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 @@ -1191,4 +1191,7 @@ a.ty-link {
}
.cm-s-inner div.CodeMirror-cursor {
border-left: 1px solid var(--code-block-color);
}
.cm-s-inner .cm-header, .cm-s-inner.cm-header {
color: #FFD760;
}
3 changes: 3 additions & 0 deletions drake-black.css
Original file line number Diff line number Diff line change
Expand Up @@ -1184,4 +1184,7 @@ a.ty-link {
}
.cm-s-inner div.CodeMirror-cursor {
border-left: 1px solid var(--code-block-color);
}
.cm-s-inner .cm-header, .cm-s-inner.cm-header {
color: #FFD760;
}
3 changes: 3 additions & 0 deletions drake-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1191,4 +1191,7 @@ a.ty-link {
}
.cm-s-inner div.CodeMirror-cursor {
border-left: 1px solid var(--code-block-color);
}
.cm-s-inner .cm-header, .cm-s-inner.cm-header {
color: #FFD760;
}
3 changes: 3 additions & 0 deletions drake-jb.css
Original file line number Diff line number Diff line change
Expand Up @@ -1185,4 +1185,7 @@ a.ty-link {
}
.cm-s-inner div.CodeMirror-cursor {
border-left: 1px solid var(--code-block-color);
}
.cm-s-inner .cm-header, .cm-s-inner.cm-header {
color: #FFD760;
}
3 changes: 3 additions & 0 deletions drake-juejin.css
Original file line number Diff line number Diff line change
Expand Up @@ -1191,4 +1191,7 @@ a.ty-link {
}
.cm-s-inner div.CodeMirror-cursor {
border-left: 1px solid var(--code-block-color);
}
.cm-s-inner .cm-header, .cm-s-inner.cm-header {
color: #FFD760;
}
3 changes: 3 additions & 0 deletions drake-material.css
Original file line number Diff line number Diff line change
Expand Up @@ -1184,4 +1184,7 @@ a.ty-link {
}
.cm-s-inner div.CodeMirror-cursor {
border-left: 1px solid var(--code-block-color);
}
.cm-s-inner .cm-header, .cm-s-inner.cm-header {
color: #FFD760;
}
3 changes: 3 additions & 0 deletions drake-purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -1191,4 +1191,7 @@ a.ty-link {
}
.cm-s-inner div.CodeMirror-cursor {
border-left: 1px solid var(--code-block-color);
}
.cm-s-inner .cm-header, .cm-s-inner.cm-header {
color: #FFD760;
}
3 changes: 3 additions & 0 deletions drake-vue3.css
Original file line number Diff line number Diff line change
Expand Up @@ -1205,4 +1205,7 @@ a.ty-link {
}
.cm-s-inner div.CodeMirror-cursor {
border-left: 1px solid var(--code-block-color);
}
.cm-s-inner .cm-header, .cm-s-inner.cm-header {
color: #FFD760;
}
3 changes: 3 additions & 0 deletions drake.css
Original file line number Diff line number Diff line change
Expand Up @@ -1182,4 +1182,7 @@ a.ty-link {
}
.cm-s-inner div.CodeMirror-cursor {
border-left: 1px solid var(--code-block-color);
}
.cm-s-inner .cm-header, .cm-s-inner.cm-header {
color: #FFD760;
}

0 comments on commit f125778

Please sign in to comment.