2017-08-03 13:24:05 -04:00

45 lines
479 B
Plaintext

.markdown {
a {
.text-primary;
}
code.inline {
.border;
.rounded;
.text-sm;
.px-1;
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-8;
.mb-6;
.leading-none;
.text-dark-softer;
.text-thin;
.text-xl;
.text-primary;
}
p {
.mt-6;
.mb-3;
}
}