From 10dcbaa4935481958db5f4d9e39edc7b6a481a9c Mon Sep 17 00:00:00 2001 From: David Wilson Date: Tue, 12 Feb 2019 04:17:02 +0000 Subject: [PATCH] docs: lighter pink --- docs/conf.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index f65f12dd..3708a943 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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)}