Skip to content

Commit

Permalink
Revert "feat: override mermaidChart font size"
Browse files Browse the repository at this point in the history
This reverts commit e2aa6de.
  • Loading branch information
RalXYZ committed Feb 16, 2023
1 parent bf025e2 commit 8bff4cf
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/scss/typora.scss
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,6 @@ pre.md-meta-block {
font-size: 0.8em;
}

/* 覆盖mermaid的默认字体大小(由于mermaid图像本身大小无法改变,如果设置typora字体过大或过小可能产生问题) */
[id *="mermaidChart"] {
font-size: 1em !important;
}

// override the default style for focused headings
#write > h3.md-focus:before,
#write > h4.md-focus:before,
Expand Down

0 comments on commit 8bff4cf

Please sign in to comment.