From 87a6fdc94a54539c94cf32895c14e04f5d94fd6c Mon Sep 17 00:00:00 2001 From: Hubert Van De Walle Date: Fri, 21 Aug 2020 22:47:25 +0200 Subject: [PATCH] Change code bg color --- css/src/note.pcss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/src/note.pcss b/css/src/note.pcss index 9fae498..dac004a 100644 --- a/css/src/note.pcss +++ b/css/src/note.pcss @@ -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; } }