From a85082d275ecea1127623aec89948c1aa7774578 Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Mon, 10 Mar 2014 17:46:58 +0200 Subject: [PATCH] Set code background-color to inherit --- css/custom.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/custom.css b/css/custom.css index 1e5d955..ffdd79e 100644 --- a/css/custom.css +++ b/css/custom.css @@ -55,3 +55,7 @@ a.dropdown-toggle{ .table-fixed{ table-layout: fixed; } + +code { + background-color: inherit; +} -- 2.30.2