Browse Source

💄 fix code block style in demo box

pull/20492/head
afc163 5 years ago
parent
commit
02ad26b6ee
  1. 9
      site/theme/static/demo.less

9
site/theme/static/demo.less

@ -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…
Cancel
Save