File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1111}
1212
1313.sidebar {
14- background : # 111 ;
14+ background : # 454545 ;
1515}
1616
1717strong {
@@ -82,7 +82,8 @@ h1#title {
8282}
8383
8484.sidebar {
85- border-right : 1px solid # 999 ;
85+ border-right : 1px solid rgb (110 , 110 , 32 );
86+ box-shadow : 0px 0px 10px # 111 ;
8687}
8788
8889.sidebar-nav-item {
Original file line number Diff line number Diff line change @@ -7,17 +7,13 @@ <h1><a href="/">JSO</a></h1>
77 </ div >
88 < nav class ="sidebar-nav ">
99 < a class ="sidebar-nav-item {{ispage index.html}}active{{end}} " href ="/ "> Home</ a >
10- {{ispage index.html}}
1110 < a class ="sidebar-nav-item subitem " href ="/index.html#documentation_resources "> Doc resources</ a >
12- < a class ="sidebar-nav-item subitem " href ="/index.html#publications_talks_and_other_references "> Publications</ a >
13- {{end}}
11+ < a class ="sidebar-nav-item subitem " href ="/index.html#publications_talks_and_other_references "> References</ a >
1412 < a class ="sidebar-nav-item {{ispage /pages/tutorials/list/}}active{{end}} " href ="/pages/tutorials/list/ "> Tutorials</ a >
1513 < a class ="sidebar-nav-item {{ispage /pages/ecosystem/list/}}active{{end}} " href ="/pages/ecosystem/list/ "> Ecosystems</ a >
16- {{ispage /pages/ecosystem/*}}
1714 < a class ="sidebar-nav-item subitem {{ispage /pages/ecosystem/linear-algebra/}}active{{end}} " href ="/pages/ecosystem/linear-algebra/ "> Linear Algebra</ a >
1815 < a class ="sidebar-nav-item subitem {{ispage /pages/ecosystem/models/}}active{{end}} " href ="/pages/ecosystem/models/ "> Models</ a >
1916 < a class ="sidebar-nav-item subitem {{ispage /pages/ecosystem/solvers/}}active{{end}} " href ="/pages/ecosystem/solvers/ "> Solvers</ a >
20- {{end}}
2117 < a class ="sidebar-nav-item {{ispage /pages/how-to/list/}}active{{end}} " href ="/pages/how-to/list/ "> How-to guide</ a >
2218 < a class ="sidebar-nav-item {{ispage /pages/reference/list/}}active{{end}} " href ="/pages/reference/list/ "> Reference guides</ a >
2319 </ nav >
You can’t perform that action at this time.
0 commit comments