doc: Change document markdown styles.

pull/23/head
jaywcjlove
parent b37f9af09e
commit 2bf8b8acec

@ -40,6 +40,9 @@ pre code {
overflow-wrap: normal;
white-space: inherit;
}
ul, li, ol, dl, dt {
list-style: inherit;
}
ul, ol {
padding-left: 2em;
}
@ -59,9 +62,12 @@ li + li {
a {
color: #0366d6;
}
p {
p, ol, ul {
margin-bottom: 16px;
}
li {
display: list-item;
}
table {
margin-bottom: 16px;
}

@ -22,4 +22,4 @@
// @import "./css.less";
@import "./javascript.less";
}
}
}

Loading…
Cancel
Save