From c5d014588245fe0f09e755f0bf0f02f0e7f59ec0 Mon Sep 17 00:00:00 2001 From: bnewbold Date: Mon, 1 Sep 2014 20:48:45 -0400 Subject: docs: change pygments theme to 'native' --- docs/source/_static/rambutan-docs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source/_static') diff --git a/docs/source/_static/rambutan-docs.css b/docs/source/_static/rambutan-docs.css index a20883d..9b7daba 100644 --- a/docs/source/_static/rambutan-docs.css +++ b/docs/source/_static/rambutan-docs.css @@ -138,7 +138,7 @@ a tt { } .highlight pre { - color: #ccc; + color: #ddd; background-color: #333; padding: 0.75em; margin-bottom: 2em; -- cgit v1.2.3