feat: ignore the base style of ant design
This commit is contained in:
parent
63a928a76e
commit
3efa5de392
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue