Post markdown styling

This commit is contained in:
Oliver Davies 2018-12-29 02:13:20 +00:00
parent d598232ecf
commit f6b89af078
2 changed files with 9 additions and 1 deletions

View file

@ -1,9 +1,11 @@
img
&.has-border,
&.with-border
@apply border border-solid border-grey-light
&.has-padding,
&.with-padding
@apply p-1
@apply p-2
&.avatar
@apply border p-1 rounded-full

View file

@ -17,3 +17,9 @@
.hljs
@apply bg-grey-lighter block border-grey-dark border-l-4 font-mono
@apply leading-loose overflow-x-scroll p-6 rounded text-sm
figure
@apply block mb-8
figcaption
@apply italic text-sm text-grey-darker text-center mb-0 mt-1