docs: lighter pink

This commit is contained in:
David Wilson 2019-02-12 04:17:02 +00:00
parent 1292b55fec
commit 10dcbaa493
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ html_theme_options = {
'head_font_family': "Georgia, serif",
'fixed_sidebar': True,
'show_powered_by': False,
'pink_2': 'fffafaf',
'pink_1': '#fff0f0',
}
htmlhelp_basename = 'mitogendoc'
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}