2017-08-18 12:46:57 -04:00

67 lines
810 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& {
.border;
.rounded;
.text-sm;
.px-1;
.text-no-wrap;
color: #DD4A68;
}
blockquote, blockquote& {
.text-em;
.text-dark-soft;
.text-sm;
}
h1, h1& {
.mb-4;
.leading-none;
.text-dark-softer;
.text-thin;
.text-2xl;
.text-blue;
}
h2, h2& {
.mt-16;
.mb-8;
.text-blue;
.leading-none;
.text-thin;
.text-xl;
}
h3, h3& {
.mt-16;
.mb-8;
.text-dark;
.leading-none;
.text-medium;
.text-lg;
}
p, p& {
.mt-8;
.mb-3;
}
}