oliverdavies.uk/assets/sass/components/markdown.sass

25 lines
395 B
Sass
Raw Normal View History

2018-06-03 08:33:12 +00:00
.markdown
2018-07-18 19:52:51 +00:00
h2
2018-10-03 23:15:54 +00:00
@apply mt-8 mb-3 text-black
2018-07-18 19:52:51 +00:00
2018-10-03 23:15:54 +00:00
h2, h3
@apply text-black
2018-07-18 19:52:51 +00:00
2018-06-06 20:46:10 +00:00
p,
li
a
2018-10-03 23:15:54 +00:00
@apply link
2018-06-03 08:33:12 +00:00
2018-06-06 20:46:10 +00:00
code
2018-10-03 23:30:04 +00:00
@apply bg-grey-lighter inline-block font-mono text-sm
2018-06-06 20:46:10 +00:00
padding: 1px 3px
2018-06-03 08:33:12 +00:00
2018-09-04 19:42:56 +00:00
p:last-child
2018-10-03 23:15:54 +00:00
@apply mb-0
2018-09-04 19:42:56 +00:00
2018-06-06 20:46:10 +00:00
pre code,
.hljs
2018-10-03 23:56:57 +00:00
@apply bg-grey-lighter block border-grey-dark border-l-4 font-mono
2018-10-24 11:25:29 +00:00
@apply leading-loose overflow-x-scroll p-6 rounded text-sm