Merge pull request #20516 from ant-design/fix-dark-form

fix: form dark theme
This commit is contained in:
信鑫-King 2019-12-29 10:56:47 +08:00 committed by GitHub
commit 7998a3312e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,16 @@
.code-box {
border: 1px solid @border-color-split;
.markdown {
pre {
margin: 0.5em 0;
padding: 6px 12px;
}
pre code {
margin: 0;
background: #262626;
}
}
.code-box-title {
&,
a {