Feat: change border size for toctree

This commit is contained in:
Bertrand Benjamin 2022-08-31 06:52:14 +02:00
parent 0607f2a69a
commit 75060070b9
2 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ aside {
background-color: @navbar-toctree-l2-sel-bg; background-color: @navbar-toctree-l2-sel-bg;
color: @navbar-toctree-l2-sel-txt; color: @navbar-toctree-l2-sel-txt;
padding: 10px; padding: 10px;
border-left: solid 2px @orange; border-left: solid 5px @orange;
} }
} }
li.current{ li.current{

File diff suppressed because one or more lines are too long