29 lines
265 B
Sass
29 lines
265 B
Sass
a
|
|
@apply text-blue no-underline
|
|
|
|
&:focus,
|
|
&:hover
|
|
@apply underline
|
|
|
|
main a
|
|
@apply underline
|
|
|
|
&:focus,
|
|
&:hover
|
|
@apply no-underline
|
|
|
|
h1, h2, h3
|
|
@apply mb-2
|
|
|
|
.content h2,
|
|
.content h3
|
|
@apply mt-6
|
|
|
|
p,
|
|
ul,
|
|
ol,
|
|
blockquote,
|
|
table,
|
|
pre
|
|
@apply mb-6
|