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

37 lines
426 B
Sass
Raw Normal View History

2018-06-03 09:33:12 +01:00
a
2018-06-06 21:46:10 +01:00
color: inherit
text-decoration: none
2018-06-03 09:33:12 +01:00
2018-06-06 21:46:10 +01:00
&:focus,
&:hover
text-decoration: underline
2018-06-03 09:33:12 +01:00
main a
2018-06-06 21:46:10 +01:00
text-decoration: underline
2018-06-03 09:33:12 +01:00
2018-06-06 21:46:10 +01:00
&:focus,
&:hover
text-decoration: none
2018-06-03 09:33:12 +01:00
h1, h2, h3
2018-06-06 21:46:10 +01:00
@apply .mb-2
2018-06-03 09:33:12 +01:00
.content
2018-06-06 21:46:10 +01:00
h2,
h3
@apply .mt-6
2018-06-03 09:33:12 +01:00
p,
ul,
ol,
2018-10-04 00:19:39 +01:00
blockquote,
2018-06-03 09:33:12 +01:00
table,
pre
2018-10-04 00:23:01 +01:00
@apply .mb-6
2018-06-04 21:46:35 +01:00
.element-invisible
2018-06-06 21:46:10 +01:00
@apply .absolute .overflow-hidden .break-normal
clip: rect(1px, 1px, 1px, 1px)
height: 1px
width: 1px