Skip to content

Commit b7a4648

Browse files
authored
Merge pull request #37 from LibreSign/chore/change-color
change color
2 parents fc8af74 + 3ee096f commit b7a4648

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

admin_manual/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
html_theme = 'sphinx_rtd_theme'
2222
html_theme_options = {
23+
'style_nav_header_background': '#184c4e',
2324
'logo_only': True,
2425
'navigation_with_keys': True,
2526
'style_external_links': True,

developer_manual/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
html_theme = 'sphinx_rtd_theme'
2222
html_theme_options = {
23+
'style_nav_header_background': '#184c4e',
2324
'logo_only': True,
2425
'navigation_with_keys': True,
2526
'style_external_links': True,

main/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
html_theme = 'sphinx_rtd_theme'
2424
html_theme_options = {
25+
'style_nav_header_background': '#184c4e',
2526
'logo_only': True,
2627
'navigation_with_keys': True,
2728
'style_external_links': True,

user_manual/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
html_theme = 'sphinx_rtd_theme'
2222
html_theme_options = {
23+
'style_nav_header_background': '#184c4e',
2324
'logo_only': True,
2425
'navigation_with_keys': True,
2526
'style_external_links': True,

0 commit comments

Comments
 (0)