Skip to content

Commit

Permalink
Revert "Revert "Use new GEOS-Chem logo""
Browse files Browse the repository at this point in the history
This reverts commit 5b41300.
  • Loading branch information
JiaweiZhuang committed Jan 15, 2019
1 parent 903759f commit f36cbab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
9 changes: 9 additions & 0 deletions doc/source/_static/css/white.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/* sidebar header background color */
.wy-side-nav-search {
background-color: #FFFFFF;
}

/* Fixes for mobile */
.wy-nav-top {
background-color: #FFFFFF;
}
Binary file added doc/source/_static/img/gc_logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,14 +88,16 @@
html_theme = 'sphinx_rtd_theme'
html_theme_options = {
'display_version': False,
'logo_only': True,
'collapse_navigation': False,
}
html_title = project

html_logo = '_static/img/gc_logo.png'

# change background color
def setup(app):
app.add_stylesheet('css/crimson.css')
app.add_stylesheet('css/white.css')

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down

0 comments on commit f36cbab

Please sign in to comment.