From 0212e7181b8de646d75e7d532e6178508d114e74 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 8 Jan 2011 01:10:49 +0100 Subject: [PATCH] docs: Darker background on pre tags --- docs/_themes/nature/static/nature.css_t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_themes/nature/static/nature.css_t b/docs/_themes/nature/static/nature.css_t index 63ef80d6..b6c0f22e 100644 --- a/docs/_themes/nature/static/nature.css_t +++ b/docs/_themes/nature/static/nature.css_t @@ -214,7 +214,7 @@ p.admonition-title:after { pre { padding: 10px; - background-color: #fafafa; + background-color: #eeeeee; color: #222222; line-height: 1.5em; font-size: 1.1em;