71 lines
907 B
Plaintext

.markdown, .markdown& {
.subnav, .subnav& {
.flex;
.mt-6;
.pb-2;
.border-b;
.subnav-link, .subnav-link& {
.mr-6;
.leading-none;
.text-dark-soft;
.text-sm;
}
}
a, a& {
.text-blue;
}
p code, p& code& {
.inline-block;
.bg-light-soft;
.rounded-sm;
.text-sm;
.p-1;
.leading-none;
.text-no-wrap;
.text-pink-dark;
vertical-align: middle;
}
blockquote, blockquote& {
.text-em;
.text-dark-soft;
.text-sm;
}
h1, h1& {
.mb-4;
.leading-none;
.text-dark;
.text-bold;
.text-3xl;
}
h2, h2& {
.mt-16;
.mb-8;
.text-dark;
.leading-none;
.text-bold;
.text-xl;
}
h3, h3& {
.mt-16;
.mb-8;
.text-dark;
.leading-none;
.text-medium;
.text-lg;
}
p, p& {
.text-dark-soft;
.mt-8;
.mb-3;
line-height: 1.75;
}
}