From 8a483511cbcfe0ef681a41ef6df9d85d7e6bef28 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 29 Aug 2015 03:01:39 +0200 Subject: [PATCH] docs: theme: use a lighter green --- docs/_themes/local/static/local.css_t | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/_themes/local/static/local.css_t b/docs/_themes/local/static/local.css_t index 4395cc97b..ca5ce577e 100644 --- a/docs/_themes/local/static/local.css_t +++ b/docs/_themes/local/static/local.css_t @@ -31,7 +31,7 @@ div.documentwrapper { float: right; width: 760px; padding: 0 20px 20px 20px; - color: #00aa00; + color: #00cc00; background-color: #000000; margin-bottom: 2em; } @@ -48,7 +48,7 @@ div.sphinxsidebar { h1, h2, h3 { font-weight: normal; - color: #33dd33; + color: #33ff33; } h1 { @@ -99,12 +99,12 @@ div.sphinxsidebar a:link, div.sphinxsidebar a:visited { } div.sphinxsidebar { - color: #00aa00; + color: #00cc00; background: 0000000; } div.sphinxsidebar input { - color: #00cc00; + color: #00ff00; background: 0000000; border: 1px solid #444444; } @@ -171,4 +171,3 @@ div.seealso { border-radius: .4em; box-shadow: 2px 2px #dd6; } -