mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
💄 fix code block style in demo box
This commit is contained in:
parent
08ab82d17f
commit
02ad26b6ee
@ -38,8 +38,13 @@
|
||||
background-color: @component-background;
|
||||
}
|
||||
.markdown {
|
||||
code {
|
||||
background: @popover-background;
|
||||
pre {
|
||||
padding: 6px 12px;
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
pre code {
|
||||
background: #f5f5f5;
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
&:target {
|
||||
|
Loading…
Reference in New Issue
Block a user