Skip to content

Commit ac09d99

Browse files
committed
top banner color changed to blue & toc feature disabled
1 parent 43f2c8c commit ac09d99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ theme:
1919
favicon: images/PortPy_logo.png # Icon shown in browser tabs
2020
palette: # Define light and dark color schemes
2121
- scheme: default
22-
primary: deep purple
22+
primary: "#4051b5"
2323
accent: lime
2424
toggle:
2525
icon: material/weather-sunny
@@ -39,7 +39,7 @@ theme:
3939
- navigation.instant # Instantly loads new pages without full reload
4040
#- navigation.tabs # Displays top-level navigation as horizontal tabs
4141
- navigation.top # Keeps the top navigation bar visible while scrolling (sticky header)
42-
- toc.integrate # Integrates table of contents into the side navigation
42+
#- toc.integrate # Integrates table of contents into the side navigation
4343
- search.suggest # Suggests search terms as you type
4444
- search.highlight # Highlights search terms in the results
4545

0 commit comments

Comments
 (0)