feat: ignore the base style of ant design

This commit is contained in:
FairyEver 2021-12-17 10:04:16 +08:00
parent 63a928a76e
commit 3efa5de392
1 changed files with 8 additions and 0 deletions

View File

@ -1,2 +1,10 @@
// The minimal amount of CSS to replicate the GitHub Markdown style
@import 'github-markdown-css';
// Ignore the base style of ant design
// Solve the display problem in dark mode
.markdown-body {
h1, h2, h3, h4, h5, h6 {
color: inherit;
}
}