From d2ad7e15627c45db149a13d9446959fb454e21a6 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 4dc3ae45..db95abdf 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; }