30 lines
324 B
Sass
30 lines
324 B
Sass
a
|
|
color: inherit
|
|
text-decoration: none
|
|
|
|
&:focus,
|
|
&:hover
|
|
text-decoration: underline
|
|
|
|
main a
|
|
text-decoration: underline
|
|
|
|
&:focus,
|
|
&:hover
|
|
text-decoration: none
|
|
|
|
h1, h2, h3
|
|
@apply mb-2
|
|
|
|
.content h2,
|
|
.content h3
|
|
@apply mt-6
|
|
|
|
p,
|
|
ul,
|
|
ol,
|
|
blockquote,
|
|
table,
|
|
pre
|
|
@apply mb-6
|