Make TOC items Agaric white when active and Agaric yellow when highlighted
This commit is contained in:
parent
49e8cc27e9
commit
92ab6b5dfa
1 changed files with 5 additions and 1 deletions
|
@ -20,10 +20,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
.wy-menu-vertical li.current > a:hover, .wy-menu-vertical li.on a:hover {
|
||||
.wy-menu-vertical li.current > a, .wy-menu-vertical li.on a {
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
|
||||
.wy-menu-vertical li.current > a:hover, .wy-menu-vertical li.on a:hover {
|
||||
background-color: #dcd42a;
|
||||
}
|
||||
|
||||
.wy-side-nav-search .wy-dropdown > a img.logo,
|
||||
.wy-side-nav-search > a img.logo {
|
||||
width: 12rem;
|
||||
|
|
Loading…
Reference in a new issue