Update colour classes

This commit is contained in:
Oliver Davies 2019-03-21 09:38:09 +00:00
parent 5729a6b6c0
commit 3cac471fef
28 changed files with 53 additions and 51 deletions

View file

@ -27,13 +27,13 @@
}
code {
@apply bg-grey-lighter font-mono text-sm
@apply bg-gray-200 font-mono text-sm
}
p,
li {
code {
@apply inline-block border border-grey-light font-bold mx-px p-1 leading-none
@apply inline-block border border-gray-300 font-bold mx-px p-1 leading-none
}
}
@ -48,6 +48,6 @@
}
figcaption {
@apply italic text-sm text-grey-darker text-center mb-0 mt-1
@apply italic text-sm text-gray-800 text-center mb-0 mt-1
}
}