31 lines
478 B
Sass
31 lines
478 B
Sass
.markdown,
|
|
.markup
|
|
@apply leading-normal
|
|
|
|
h2
|
|
@apply mt-8 mb-3 text-black
|
|
|
|
h2, h3
|
|
@apply text-black
|
|
|
|
code
|
|
@apply bg-grey-lighter font-mono text-xs
|
|
|
|
p,
|
|
li
|
|
code
|
|
@apply inline-block px-1 py-1 border border-grey-light font-semibold
|
|
|
|
p:last-child
|
|
@apply mb-0
|
|
|
|
pre code,
|
|
.hljs
|
|
@apply block leading-loose overflow-x-scroll p-6
|
|
|
|
figure
|
|
@apply block mb-8
|
|
|
|
figcaption
|
|
@apply italic text-sm text-grey-darker text-center mb-0 mt-1
|