From 7f0fefc9009120155d9113eb7e492c334ccd38fc Mon Sep 17 00:00:00 2001 From: Maciej Smolinski Date: Wed, 3 Aug 2016 07:54:34 +0200 Subject: [PATCH] Highlight: Increase the contrast between the text background and code background. --- resources/public/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/public/style.css b/resources/public/style.css index bbfd584..82a435b 100644 --- a/resources/public/style.css +++ b/resources/public/style.css @@ -372,7 +372,7 @@ fieldset { pre, code, code.hljs { font-family: monospace; border-radius: 3px; - background: #fcfcfc; + background: #f0f0f0; } /* Non-syntax highlighted code tag to be slightly bigger so it outstands in text */