Update code styles

This commit is contained in:
Oliver Davies 2018-10-24 12:27:13 +01:00
parent 31afc927c4
commit e29fecc39c

View file

@ -11,14 +11,11 @@
@apply link @apply link
code code
@apply bg-grey-lighter inline-block font-mono text-sm @apply bg-grey-lighter inline-block font-mono text-sm px-1 py-px
padding: 1px 3px
p:last-child p:last-child
@apply mb-0 @apply mb-0
pre code, pre code,
.hljs .hljs
@apply bg-grey-lighter block border-grey-dark border-l-4 font-mono @apply bg-grey-lighter block border-grey-dark border-l-4 font-mono leading-loose overflow-x-scroll p-6 rounded text-sm
@apply leading-loose overflow-x-scroll p-6 rounded text-sm