💄 fix code block style in demo box

This commit is contained in:
afc163 2019-12-27 15:41:39 +08:00
parent 08ab82d17f
commit 02ad26b6ee

View File

@ -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 {