From 258cdb6e87cb1fd968023d42a1e787705ae70c63 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 d23b9a56..f6357bf7 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -25,6 +25,7 @@ hr { pre { border: 1px solid #ddd; box-shadow: 5px 5px 5px #eee; + background: #f8f8f8; padding: 1em; overflow-x: auto; }