41 lines
614 B
Sass
41 lines
614 B
Sass
.markup
|
|
@apply leading-normal -mb-6
|
|
|
|
> *
|
|
@apply mb-6
|
|
|
|
h2,
|
|
h3
|
|
@apply text-black mb-3
|
|
|
|
h2
|
|
@apply mt-8
|
|
|
|
code
|
|
@apply bg-grey-lighter font-mono text-sm
|
|
|
|
p,
|
|
li
|
|
code
|
|
@apply inline-block px-1 py-1 border border-grey-light font-bold
|
|
|
|
a,
|
|
.link
|
|
@apply text-blue no-underline
|
|
|
|
&:hover
|
|
@apply underline
|
|
|
|
&:focus
|
|
@apply text-white bg-blue outline-none px-px -mx-px no-underline
|
|
|
|
pre code,
|
|
.hljs
|
|
@apply block leading-loose overflow-x-scroll p-6
|
|
|
|
figure
|
|
@apply block
|
|
|
|
figcaption
|
|
@apply italic text-sm text-grey-darker text-center mb-0 mt-1
|