From fd3057a7a1b25ae61a4f03f72e88346bcd4a8297 Mon Sep 17 00:00:00 2001 From: Dmitriy Simushev Date: Wed, 15 Apr 2015 15:31:18 +0000 Subject: [PATCH] Update background color of "pre" tag --- assets/theme.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/theme.css b/assets/theme.css index 5bbeeab..50a0263 100644 --- a/assets/theme.css +++ b/assets/theme.css @@ -9,3 +9,7 @@ header { .nav-left-indent .nav { margin-left: 15px; } + +pre { + background-color: #f8f8f8; +}