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

26 lines
493 B
Sass
Raw Normal View History

2018-12-07 22:45:27 +00:00
.markdown
2018-12-18 22:57:51 +00:00
h2
@apply mt-8 mb-3 text-black
2018-12-07 22:45:27 +00:00
2018-12-18 22:57:51 +00:00
h2, h3
@apply text-black
2018-12-07 22:45:27 +00:00
2018-12-18 22:57:51 +00:00
p,
li
code
2018-12-29 23:41:01 +00:00
@apply bg-grey-lighter inline-block font-mono text-xs px-1 py-px border border-grey-light
2018-12-07 22:45:27 +00:00
2018-12-18 22:57:51 +00:00
p:last-child
@apply mb-0
2018-12-07 22:45:27 +00:00
2018-12-18 22:57:51 +00:00
pre code,
.hljs
@apply bg-grey-lighter block border-grey-dark border-l-4 font-mono
2018-12-29 23:41:01 +00:00
@apply leading-loose overflow-x-scroll p-6 rounded text-xs
2018-12-29 02:13:20 +00:00
figure
@apply block mb-8
figcaption
@apply italic text-sm text-grey-darker text-center mb-0 mt-1