From bd554b3814185be6fc9f5fc8180873fa49d2ece7 Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Thu, 2 Apr 2020 01:43:36 +0200 Subject: [PATCH] Change code backgound color --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 564fc56..a7da3ba 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -701,7 +701,7 @@ code { font-family: 'Fira Mono', monospace, sans-serif; font-size: 0.80em; white-space: pre; - background: #faf9f7; + background: #e6e6e6; } pre {