From 9ca5ce823b80b454116c99453a1a2d30a11589d9 Mon Sep 17 00:00:00 2001 From: Yihui Xie Date: Wed, 21 Jun 2017 00:39:56 -0500 Subject: [PATCH] match the background of pre with code (the github theme of highlight.js defined the background of code to be #f8f8f8) --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index 0edd168..c605ac4 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -26,6 +26,7 @@ hr { pre { border: 1px solid #ddd; box-shadow: 5px 5px 5px #eee; + background: #f8f8f8; padding: 1em; overflow-x: auto; }