oliverdavies.uk/assets/sass/base/base.sass

30 lines
296 B
Sass
Raw Normal View History

2018-12-07 22:45:27 +00:00
a
2018-12-18 22:57:51 +00:00
color: inherit
text-decoration: none
2018-12-07 22:45:27 +00:00
2018-12-18 22:57:51 +00:00
&:focus,
&:hover
text-decoration: underline
2018-12-07 22:45:27 +00:00
main a
2018-12-18 22:57:51 +00:00
text-decoration: underline
2018-12-07 22:45:27 +00:00
2018-12-18 22:57:51 +00:00
&:focus,
&:hover
text-decoration: none
2018-12-07 22:45:27 +00:00
h1, h2, h3
2018-12-18 22:57:51 +00:00
@apply mb-2
2018-12-07 22:45:27 +00:00
.content h2,
.content h3
2018-12-18 22:57:51 +00:00
@apply mt-6
2018-12-07 22:45:27 +00:00
p,
ul,
ol,
blockquote,
table,
pre
2018-12-18 22:57:51 +00:00
@apply mb-6