Make border colour more subtle

This commit is contained in:
Oliver Davies 2020-02-23 19:58:21 +00:00
parent e9cd1078d0
commit 06acf6f863

View file

@ -54,7 +54,7 @@
}
pre {
@apply border-l-3 border-gray-500 text-sm bg-gray-200;
@apply border-l-3 border-gray-400 text-sm bg-gray-200;
code {
@apply p-6 block border-none leading-loose text-sm overflow-x-scroll