This repository has been archived on 2025-01-19. You can view files and clone it, but cannot push or open issues or pull requests.
oliverdavies.uk-old-sculpin/assets/sass/components/markdown.sass

33 lines
483 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:15:54 +00:00
@apply bg-grey-lighter inline-block font-mono text-xs
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:15:54 +00:00
@apply bg-grey-lighter
@apply block
@apply border-grey-dark
@apply border-l-4
@apply font-mono
@apply leading-loose
@apply overflow-x-scroll
@apply p-4
@apply rounded
@apply text-xs