From b54d59cbba4bd967127bf8d731e892e3828062d2 Mon Sep 17 00:00:00 2001 From: spencerwooo Date: Sun, 29 Aug 2021 15:39:33 +0100 Subject: [PATCH] fix markdown code background color --- styles/markdown-github.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/markdown-github.css b/styles/markdown-github.css index be03a50..7c62259 100644 --- a/styles/markdown-github.css +++ b/styles/markdown-github.css @@ -1147,7 +1147,7 @@ } .markdown-body .highlight pre, .markdown-body pre { - background-color: #161b22; + background-color: #1f1f22; } .markdown-body .commit-tease-sha { color: #b1bac4;