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

25 lines
395 B
Sass
Raw Normal View History

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