Adjust spacing and colours
This commit is contained in:
parent
16b50ed8a3
commit
bf7f9db10c
3 changed files with 20 additions and 19 deletions
|
@ -1,32 +1,32 @@
|
|||
.markdown
|
||||
h2
|
||||
@apply .mt-8 .mb-2
|
||||
@apply mt-8 mb-3 text-black
|
||||
|
||||
h3
|
||||
@apply .mt-6 .mb-2
|
||||
h2, h3
|
||||
@apply text-black
|
||||
|
||||
p,
|
||||
li
|
||||
a
|
||||
@apply .link
|
||||
@apply link
|
||||
|
||||
code
|
||||
@apply .bg-grey-lighter .inline-block .font-mono .text-xs
|
||||
@apply bg-grey-lighter inline-block font-mono text-xs
|
||||
padding: 1px 3px
|
||||
|
||||
|
||||
p:last-child
|
||||
@apply .mb-0
|
||||
@apply mb-0
|
||||
|
||||
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
|
||||
@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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue