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

32 lines
343 B
Sass
Raw Normal View History

2018-12-07 22:45:27 +00:00
a
2018-12-19 20:14:43 +00:00
@apply text-blue no-underline
2018-12-07 22:45:27 +00:00
2018-12-18 22:57:51 +00:00
&:focus,
&:hover
2018-12-19 20:14:43 +00:00
@apply underline
2018-12-07 22:45:27 +00:00
main a
2018-12-19 20:14:43 +00:00
@apply underline
2018-12-07 22:45:27 +00:00
2018-12-18 22:57:51 +00:00
&:focus,
&:hover
2018-12-19 20:14:43 +00:00
@apply no-underline
2018-12-07 22:45:27 +00:00
2018-12-19 20:26:17 +00:00
&:focus
@apply text-white bg-blue outline-none px-px -mx-px
2018-12-07 22:45:27 +00:00
h1, h2, h3
2018-12-19 20:26:17 +00:00
@apply text-black 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