Tweak background colors

This commit is contained in:
benjamin melançon 2020-07-02 01:54:18 -04:00
parent 2e222be953
commit 49e8cc27e9

View file

@ -10,6 +10,20 @@
color: #4c98d2; 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 .wy-dropdown > a img.logo,
.wy-side-nav-search > a img.logo { .wy-side-nav-search > a img.logo {
width: 12rem; width: 12rem;