2018-12-30 00:31:50 +00:00
|
|
|
.markup
|
|
|
|
@apply leading-normal
|
|
|
|
|
2019-01-09 23:21:50 +00:00
|
|
|
h2,
|
|
|
|
h3
|
2018-12-18 22:57:51 +00:00
|
|
|
@apply mt-8 mb-3 text-black
|
2018-12-07 22:45:27 +00:00
|
|
|
|
2018-12-30 00:31:50 +00:00
|
|
|
code
|
2019-01-14 18:00:47 +00:00
|
|
|
@apply bg-grey-lighter font-mono text-sm
|
2018-12-30 00:31:50 +00:00
|
|
|
|
2018-12-18 22:57:51 +00:00
|
|
|
p,
|
|
|
|
li
|
|
|
|
code
|
2019-01-04 19:50:45 +00:00
|
|
|
@apply inline-block px-1 py-1 border border-grey-light font-bold
|
2018-12-07 22:45:27 +00:00
|
|
|
|
2019-02-12 22:20:28 +00:00
|
|
|
// pre code
|
|
|
|
// @apply my-8
|
|
|
|
|
|
|
|
// pre:first-child code
|
|
|
|
// @apply mt-0
|
2019-01-05 00:08:45 +00:00
|
|
|
|
|
|
|
a,
|
|
|
|
.link
|
2019-01-10 00:34:05 +00:00
|
|
|
@apply text-blue no-underline
|
2019-01-05 00:08:45 +00:00
|
|
|
|
|
|
|
&:hover
|
2019-01-10 00:34:05 +00:00
|
|
|
@apply underline
|
2019-01-05 00:08:45 +00:00
|
|
|
|
|
|
|
&:focus
|
2019-01-10 00:34:05 +00:00
|
|
|
@apply text-white bg-blue outline-none px-px -mx-px no-underline
|
2019-01-05 00:08:45 +00:00
|
|
|
|
2018-12-18 22:57:51 +00:00
|
|
|
pre code,
|
|
|
|
.hljs
|
2018-12-30 00:31:50 +00:00
|
|
|
@apply block leading-loose overflow-x-scroll p-6
|
2018-12-29 02:13:20 +00:00
|
|
|
|
|
|
|
figure
|
|
|
|
@apply block mb-8
|
|
|
|
|
|
|
|
figcaption
|
|
|
|
@apply italic text-sm text-grey-darker text-center mb-0 mt-1
|