Change code bg color

This commit is contained in:
Hubert Van De Walle 2020-08-21 22:47:25 +02:00
parent fa21c85a13
commit 87a6fdc94a

View File

@ -86,7 +86,7 @@
}
pre {
@apply my-4 rounded-md overflow-x-auto p-2 block font-mono bg-gray-700;
@apply my-4 rounded-md overflow-x-auto p-2 block font-mono bg-gray-800;
}
}