Tweak markdown styles

This commit is contained in:
Adam Wathan 2017-10-16 12:25:09 -04:00
parent 9569c2dacd
commit ac6ef8249b

View File

@ -13,6 +13,12 @@
}
}
> hr {
@apply .my-12;
@apply .border-t-0 .border-r-0 .border-l-0;
@apply .border-b .border-dark-softer;
}
> a, a& {
@apply .text-blue;
}
@ -58,7 +64,7 @@
}
> h3, h3& {
@apply .mt-16;
@apply .mt-12;
@apply .mb-8;
@apply .text-dark;
@apply .leading-none;
@ -68,8 +74,8 @@
> p, p&, > blockquote > p {
@apply .text-dark-soft;
@apply .mt-8;
@apply .mb-3;
@apply .mt-4;
@apply .mb-4;
line-height: 1.75;
}