Update doc colours to more closely match the new UI.

pull/21/head
Dave Page 2019-02-22 15:22:50 +00:00
parent 38b034ec3c
commit 3ad606733a
1 changed files with 9 additions and 6 deletions

View File

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