Skip to content

Commit

Permalink
Fix code block cursor color in bear themes
Browse files Browse the repository at this point in the history
Change-Id: Ie6f5a4bff209ef923f89a8c6b2eb2fc5f7d99780
  • Loading branch information
elonz committed Sep 20, 2021
1 parent 9b1fe71 commit cb2ad4e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/themes/core/typora-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,12 @@ td {
font-weight: $td-font-weight;
}

/* code block */

.CodeMirror div.CodeMirror-cursor {
border-color: $font-color;
}

// fix: 直接在 markdown 写 html 源码,编辑框的样式

.md-math-block, .md-rawblock {
Expand Down

0 comments on commit cb2ad4e

Please sign in to comment.