Jonathan Reinink bf5beb932f Improve the border size documentation.
Also tweaked the inline code block style definition.
2017-08-07 14:44:08 -04:00

67 lines
736 B
Plaintext

.markdown {
.subnav {
.flex;
.mt-6;
.pb-2;
.border-b;
.subnav-link {
.mr-6;
.leading-none;
.text-dark-soft;
.text-sm;
}
}
a {
.text-primary;
}
p code {
.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;
.text-primary;
.leading-none;
.text-thin;
.text-xl;
}
h3 {
.mt-16;
.mb-8;
.text-dark;
.leading-none;
.text-medium;
.text-lg;
}
p {
.mt-8;
.mb-3;
}
}