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
2019-01-05 00:08:45 +00:00

52 lines
721 B
Sass

.markdown,
.markup
@apply leading-normal
h2
@apply mt-8 mb-3 text-black
h2, h3
@apply text-black
code
@apply bg-grey-lighter font-mono text-xs
p,
li
code
@apply inline-block px-1 py-1 border border-grey-light font-bold
p:last-child
@apply mb-0
p,
ul,
ol,
blockquote,
table
@apply mb-4
pre
@apply my-8
a,
.link
@apply text-blue underline
&:focus,
&:hover
@apply no-underline
&:focus
@apply text-white bg-blue outline-none px-px -mx-px
pre code,
.hljs
@apply block leading-loose overflow-x-scroll p-6
figure
@apply block mb-8
figcaption
@apply italic text-sm text-grey-darker text-center mb-0 mt-1