markdown.scss 126 Bytes
Newer Older
葛齐林's avatar
葛齐林 committed
1 2 3 4 5 6 7 8 9 10
// markdown 样式补丁

.markdown-body {
  ul {
    list-style: disc;
  }
  h1, h2 {
    border-bottom: none;
  }
}