Feat: Update nav bar

This commit is contained in:
2022-08-28 21:21:02 +02:00
parent f2adf72aa0
commit dc470aec10
4 changed files with 19 additions and 8 deletions

View File

@@ -110,6 +110,11 @@ aside {
}
nav {
background-color: @navbar-bg;
h2 {
background-color: @navbar-bg;
margin-bottom: 0;
}
ul {
padding-inline-start: 0px;
display: block;
@@ -117,7 +122,6 @@ aside {
ul.toctree {
li {
a {
background-color: @navbar-bg;
color: @navbar-text-color;
border: none;
}
@@ -127,14 +131,16 @@ aside {
background-color: @navbar-toctree-l2-sel-bg;
color: @navbar-toctree-l2-sel-txt;
padding: 10px;
border-left: solid 2px @orange;
}
}
li.current{
a {
background-color: @navbar-toctree-l1-sel-bg;
border-bottom: solid 1px @light-grey;
border-left: solid 2px @grey;
color: @navbar-toctree-l1-sel-txt;
border-top: solid 1px @light-grey;
border-bottom: solid 1px @light-grey;
border-left: solid 2px @orange;
}
a:hover {
color: @orange;
@@ -166,13 +172,14 @@ aside {
.tagcloud {
h2 {
background-color: @sidebar-bg;
margin-bottom: 0;
background-color: @sidebar-bg;
}
ul {
list-style: none;
padding: 0;
margin: 10px;
}
ul li {