typora-installer/themes/docs/Md_fences/README.md

17 lines
195 B
Markdown
Raw Permalink Normal View History

2021-12-06 11:03:15 +00:00
---
title : Change MD Fences properties
---
```css
.md-fences {
margin-bottom: 1.5rem;
margin-top: 1.5rem;
padding-top: 8px;
padding-bottom: 6px;
background-color: var(--borders);
}
```