Skip to content
This repository has been archived by the owner on Nov 15, 2018. It is now read-only.

Commit

Permalink
fix(*): (#560) 修复 github-markdown-css 的默认字体样式在生产环境下覆盖了自定义样式的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Oct 22, 2018
1 parent 58e7ee4 commit db6f063
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style/base.less
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ input[type="search"]::-webkit-search-cancel-button {
// markdown
.markdown-body {
line-height: normal;
font-size: medium;
font-size: medium !important;
color: #333;

h1, h2 {
Expand Down

0 comments on commit db6f063

Please sign in to comment.