@felixrydberg/discord-markdown
Version:
A markdown parser that matches Discords markdown spec.
30 lines (22 loc) • 307 B
CSS
h1.d-header {
font-weight: 400;
}
h2.d-header {
font-weight: 400;
}
h3.d-header {
font-weight: 400;
}
h1 {
font-size: 2em;
}
ul, ol {
margin: 8px 0px;
}
ul.d-list.d-unordered-lists,
ol.d-list.d-ordered-lists {
padding-inline-start: 40px;
}
p {
margin: 0;
}