2017-08-03 21:51:12 -04:00

59 lines
662 B
Plaintext

.markdown {
.subnav {
.flex;
.mt-6;
.pb-2;
.border-b;
.subnav-link {
.mr-4;
.leading-none;
.text-dark-soft;
.text-sm;
}
}
a {
.text-primary;
}
code.inline {
.border;
.rounded;
.text-sm;
.px-1;
.text-no-wrap;
color: #DD4A68;
}
blockquote {
.text-em;
.text-dark-soft;
.text-sm;
}
h1 {
.mb-4;
.leading-none;
.text-dark-softer;
.text-thin;
.text-2xl;
.text-primary;
}
h2 {
.mt-16;
.mb-8;
.leading-none;
.text-dark-softer;
.text-thin;
.text-xl;
.text-primary;
}
p {
.mt-8;
.mb-3;
}
}