Update doc colours to more closely match the new UI.

This commit is contained in:
Dave Page 2019-02-22 15:22:50 +00:00
parent 38b034ec3c
commit 3ad606733a

View File

@ -111,13 +111,16 @@ html_theme = 'classic'
# documentation.
html_theme_options = {
'collapsiblesidebar': True,
'relbarbgcolor': '#2C76B4',
'relbarbgcolor': '#326690',
'sidebarbgcolor': '#E2E2E2',
'sidebarbtncolor': '#2C76B4',
'sidebartextcolor': '#000',
'sidebarlinkcolor': '#337AB7',
'footerbgcolor': '#333',
'codebgcolor': '#D9EDF7',
'sidebarbtncolor': '#326690',
'sidebartextcolor': '#222222',
'sidebarlinkcolor': '#326690',
'footerbgcolor': '#222222',
'codebgcolor': '#d6effc',
'textcolor': '#222222',
'headbgcolor': '#E2E2E2',
'headtextcolor': '#326690',
'bodyfont': '"Helvetica Neue", Helvetica, Arial, sans-serif',
'headfont': '"Helvetica Neue", Helvetica, Arial, sans-serif'
}