2019-10-06 21:29:11 +00:00
|
|
|
h1, h2, h3
|
2019-06-07 20:41:43 +00:00
|
|
|
@apply font-bold
|
|
|
|
|
2019-10-06 21:29:11 +00:00
|
|
|
h1
|
2019-06-07 20:41:43 +00:00
|
|
|
@apply text-3xl
|
|
|
|
|
2019-10-06 21:29:11 +00:00
|
|
|
h2
|
2019-06-07 20:41:43 +00:00
|
|
|
@apply text-2xl
|
|
|
|
|
2019-10-06 21:29:11 +00:00
|
|
|
img
|
2019-06-07 20:41:43 +00:00
|
|
|
@apply max-w-full h-auto
|
|
|
|
|
2019-10-06 21:29:11 +00:00
|
|
|
a
|
|
|
|
@apply text-blue-700 no-underline
|
2019-06-07 20:41:43 +00:00
|
|
|
|
2019-10-06 21:29:11 +00:00
|
|
|
&:hover
|
2019-06-07 20:41:43 +00:00
|
|
|
@apply underline
|
|
|
|
|
2019-10-06 21:29:11 +00:00
|
|
|
blockquote
|
2019-06-07 20:41:43 +00:00
|
|
|
@apply border-l-4 border-blue-600 pl-4 px-6 py-2
|