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

36 lines
414 B
Sass
Raw Normal View History

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