Tweak background colors
This commit is contained in:
parent
2e222be953
commit
49e8cc27e9
1 changed files with 14 additions and 0 deletions
|
@ -10,6 +10,20 @@
|
|||
color: #4c98d2;
|
||||
}
|
||||
|
||||
|
||||
@media screen and (min-width:1100px) {
|
||||
.wy-nav-content-wrap {
|
||||
background-color: rgb(38,89,155, 0.2);
|
||||
}
|
||||
.wy-nav-content {
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
}
|
||||
|
||||
.wy-menu-vertical li.current > a:hover, .wy-menu-vertical li.on a:hover {
|
||||
background-color: #f6f6f6;
|
||||
}
|
||||
|
||||
.wy-side-nav-search .wy-dropdown > a img.logo,
|
||||
.wy-side-nav-search > a img.logo {
|
||||
width: 12rem;
|
||||
|
|
Loading…
Reference in a new issue