36 lines
391 B
Sass
36 lines
391 B
Sass
a
|
|
@apply text-blue no-underline
|
|
|
|
&:focus,
|
|
&:hover
|
|
@apply underline
|
|
|
|
b,
|
|
strong
|
|
@apply font-semibold
|
|
|
|
main a
|
|
@apply underline
|
|
|
|
&:focus,
|
|
&:hover
|
|
@apply no-underline
|
|
|
|
&:focus
|
|
@apply text-white bg-blue outline-none px-px -mx-px
|
|
|
|
h1, h2, h3
|
|
@apply text-black mb-2 font-semibold
|
|
|
|
.content h2,
|
|
.content h3
|
|
@apply mt-6
|
|
|
|
p,
|
|
ul,
|
|
ol,
|
|
blockquote,
|
|
table,
|
|
pre
|
|
@apply mb-6
|