diff options
author | bnewbold <bnewbold@robocracy.org> | 2014-08-28 00:00:31 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2014-08-28 00:03:13 -0400 |
commit | daa3d15c401eece51c14f3553282581eb1b4c954 (patch) | |
tree | 7d45e78b0706baecd0555e664c7aa4da69a7e4a0 /docs/source/_static/rambutan-docs.css | |
parent | 84fb63e479685ef5b63612237289f86106a46a97 (diff) | |
download | librambutan-daa3d15c401eece51c14f3553282581eb1b4c954.tar.gz librambutan-daa3d15c401eece51c14f3553282581eb1b4c954.zip |
docs: add dark solarized pygments style (WIP)
Really this should be installed as a proper pygments style and selected
as such in conf.py. The way this patch works two full .css files get
loaded and the second (solarized) clobbers the default.
Diffstat (limited to 'docs/source/_static/rambutan-docs.css')
-rw-r--r-- | docs/source/_static/rambutan-docs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/_static/rambutan-docs.css b/docs/source/_static/rambutan-docs.css index 94ec845..84cca81 100644 --- a/docs/source/_static/rambutan-docs.css +++ b/docs/source/_static/rambutan-docs.css @@ -103,7 +103,7 @@ a tt { } .highlight pre { - background-color: #FFF; + color: #ccc; background-color: #333; padding: 0.75em; margin-bottom: 2em; |