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

23 lines
395 B
Sass
Raw Normal View History

2018-06-03 08:33:12 +00:00
.markdown
2018-06-06 20:46:10 +00:00
p,
li
a
@apply .link
2018-06-03 08:33:12 +00:00
2018-06-06 20:46:10 +00:00
code
@apply .bg-grey-lighter .inline-block .font-mono .text-xs
padding: 1px 3px
2018-06-03 08:33:12 +00:00
2018-06-06 20:46:10 +00:00
pre code,
.hljs
@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