diff --git a/documentation/_static/custom.css b/documentation/_static/custom.css index 29b6dbf6a3..bd09bb0095 100644 --- a/documentation/_static/custom.css +++ b/documentation/_static/custom.css @@ -55,6 +55,11 @@ a:hover { background-color: #103253; } +.wy-nav-top a, +.wy-nav-top a:active, +.wy-nav-top a:focus, +.wy-nav-top a:hover, +.wy-nav-top a:visited, .wy-nav-side a, .wy-nav-side a:active, .wy-nav-side a:focus, diff --git a/documentation/conf.py b/documentation/conf.py index 9f7d3fdcbd..4b8eacfa10 100644 --- a/documentation/conf.py +++ b/documentation/conf.py @@ -54,13 +54,13 @@ html_context = { 'description': 'GlobaLeaks is free, open souce whistleblowing software enabling anyone to easily set up and maintain a secure reporting platforms', 'keywords': 'globaleaks, whistleblowing, globaleaks-whistleblowing-software', -'author': 'GlobaLeaks', +'author': 'GLOBALEAKS', } latex_elements = { - 'sphinxsetup': 'TitleColor={HTML}{377abc}, \ - InnerLinkColor={HTML}{377abc}, \ - OuterLinkColor={HTML}{377abc}', + 'sphinxsetup': 'TitleColor={HTML}{3679BB}, \ + InnerLinkColor={HTML}{3679BB}, \ + OuterLinkColor={HTML}{3679BB}', } latex_documents = [] @@ -73,13 +73,13 @@ ] texinfo_documents = [ -(master_doc, 'GlobaLeaks', u'Documentation', - author, 'GlobaLeaks', ' GlobaLeaks is free, open source whistleblowing software enabling anyone to easily set up and maintain a secure reporting platforms', +(master_doc, 'GLOBALEAKS', u'Documentation', + author, 'GLOBALEAKS', ' GlobaLeaks is free, open source whistleblowing software enabling anyone to easily set up and maintain a secure reporting platforms', 'Miscellaneous'), ] html_theme_options = { - 'style_nav_header_background': '#377abc', + 'style_nav_header_background': '#3679BB', } def setup(app):