Author: mpercy
Date: Wed Jul 25 18:22:26 2018
New Revision: 1836657
URL: http://svn.apache.org/viewvc?rev=1836657&view=rev
Log:
Tone down the colors a little
Modified:
flume/site/trunk/content/sphinx/conf.py
Modified: flume/site/trunk/content/sphinx/conf.py
URL:
http://svn.apache.org/viewvc/flume/site/trunk/content/sphinx/conf.py?rev=1836657&r1=1836656&r2=1836657&view=diff
==============================================================================
--- flume/site/trunk/content/sphinx/conf.py (original)
+++ flume/site/trunk/content/sphinx/conf.py Wed Jul 25 18:22:26 2018
@@ -118,11 +118,11 @@ html_theme = 'flume'
html_theme_options = {
'sidebarbgcolor': '#3076B3',
'sidebartextcolor': 'White',
- 'headtextcolor': '#3076B3',
+ 'headtextcolor': '#4466AA',
'footerbgcolor': 'White',
'footertextcolor': 'Black',
'headerbgcolor': '#f9f9f9',
- 'headertextcolor': '#3076B3',
+ 'headertextcolor': '#4466AA',
}
html_title = 'Apache Flume'