From: Lucian Mogosanu Date: Sun, 18 Aug 2013 09:12:05 +0000 (+0300) Subject: css: syntax: use same background colour for all pre tags X-Git-Tag: v0.2~10 X-Git-Url: https://git.mogosanu.ro/?a=commitdiff_plain;h=4b86722b7ec7ff074b0a7935fd69460974102f89;p=thetarpit.git css: syntax: use same background colour for all pre tags --- diff --git a/css/syntax.css b/css/syntax.css index dc2f189..8b2d35d 100644 --- a/css/syntax.css +++ b/css/syntax.css @@ -19,6 +19,6 @@ pre.sourceCode span.fu { color: #06287e; } pre.sourceCode span.re { } pre.sourceCode span.er { color: red; font-weight: bold; } -pre.sourceCode { +pre { background-color: #f7f7f9; }