Skip to content

Commit e960f22

Browse files
committed
[doc] Revise documentation style
1 parent fca8ded commit e960f22

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

documentation/_static/custom.css

+5
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ a:hover {
5555
background-color: #103253;
5656
}
5757

58+
.wy-nav-top a,
59+
.wy-nav-top a:active,
60+
.wy-nav-top a:focus,
61+
.wy-nav-top a:hover,
62+
.wy-nav-top a:visited,
5863
.wy-nav-side a,
5964
.wy-nav-side a:active,
6065
.wy-nav-side a:focus,

documentation/conf.py

+7-7
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454
html_context = {
5555
'description': 'GlobaLeaks is free, open souce whistleblowing software enabling anyone to easily set up and maintain a secure reporting platforms',
5656
'keywords': 'globaleaks, whistleblowing, globaleaks-whistleblowing-software',
57-
'author': 'GlobaLeaks',
57+
'author': 'GLOBALEAKS',
5858
}
5959

6060
latex_elements = {
61-
'sphinxsetup': 'TitleColor={HTML}{377abc}, \
62-
InnerLinkColor={HTML}{377abc}, \
63-
OuterLinkColor={HTML}{377abc}',
61+
'sphinxsetup': 'TitleColor={HTML}{3679BB}, \
62+
InnerLinkColor={HTML}{3679BB}, \
63+
OuterLinkColor={HTML}{3679BB}',
6464
}
6565

6666
latex_documents = []
@@ -73,13 +73,13 @@
7373
]
7474

7575
texinfo_documents = [
76-
(master_doc, 'GlobaLeaks', u'Documentation',
77-
author, 'GlobaLeaks', ' GlobaLeaks is free, open source whistleblowing software enabling anyone to easily set up and maintain a secure reporting platforms',
76+
(master_doc, 'GLOBALEAKS', u'Documentation',
77+
author, 'GLOBALEAKS', ' GlobaLeaks is free, open source whistleblowing software enabling anyone to easily set up and maintain a secure reporting platforms',
7878
'Miscellaneous'),
7979
]
8080

8181
html_theme_options = {
82-
'style_nav_header_background': '#377abc',
82+
'style_nav_header_background': '#3679BB',
8383
}
8484

8585
def setup(app):

0 commit comments

Comments
 (0)