style: add underline for markdown

pull/90/head
moonrailgun 2 years ago
parent cc907e7fc6
commit 88fa07e675

@ -24,6 +24,11 @@
@apply my-2;
}
a {
text-decoration: underline;
text-decoration-style: dotted;
}
ul,
ol {
list-style: initial;

Loading…
Cancel
Save