From: Marius Gavrilescu Date: Mon, 10 Mar 2014 15:46:58 +0000 (+0200) Subject: Set code background-color to inherit X-Git-Url: http://git.ieval.ro/?p=gruntmaster-page.git;a=commitdiff_plain;h=a85082d275ecea1127623aec89948c1aa7774578 Set code background-color to inherit --- 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; +}