Suggestion to differentiate between colours and size of the navigation section headers. Currently, levels 2 and 3 are the same colour and all levels are the same font size.
Customization section of Just-the-Docs website suggests putting custom css in _sass/custom/custom.scss . We would need to have a new color variable for the 3rd level of navigation - presumably under .nav-list-expander - (but we should define colour under _sass/color_schemes/DiSSCotheme.scss so colours are all kept in same place).
The navigation font size can probably be updated by checking where it is set in navigation.scss file too.
Suggestion to differentiate between colours and size of the navigation section headers. Currently, levels 2 and 3 are the same colour and all levels are the same font size.
I have not had time to implement this, as this is not one of the easy customization options to change. I had a quick look and we might be able to do this by updating the navigation.scss from just-the-docs template https://github.com/just-the-docs/just-the-docs/blob/main/_sass/navigation.scss:
Customization section of Just-the-Docs website suggests putting custom css in _sass/custom/custom.scss . We would need to have a new color variable for the 3rd level of navigation - presumably under .nav-list-expander - (but we should define colour under _sass/color_schemes/DiSSCotheme.scss so colours are all kept in same place).
The navigation font size can probably be updated by checking where it is set in navigation.scss file too.