Skip to content

Instantly share code, notes, and snippets.

View plh97's full-sized avatar
🎯
Focusing

plh plh97

🎯
Focusing
View GitHub Profile
@plh97
plh97 / markdown.css
Created February 10, 2019 15:50 — forked from astaxie/markdown.css
github的markdown的样式
.markdown-body {
font-size: 14px;
line-height: 1.6;
}
.markdown-body > *:first-child {
margin-top: 0 !important;
}
.markdown-body > *:last-child {
margin-bottom: 0 !important;
}
@plh97
plh97 / markdown.css
Created February 10, 2019 15:50 — forked from astaxie/markdown.css
github的markdown的样式
.markdown-body {
font-size: 14px;
line-height: 1.6;
}
.markdown-body > *:first-child {
margin-top: 0 !important;
}
.markdown-body > *:last-child {
margin-bottom: 0 !important;
}