blob: 5ec9203aa308622a59b4a1974a6ba8a7a684fbe6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
Get rid of the blue background
begind the logo and kill some blank
space around it
*/
div.wy-side-nav-search {
background-color: unset;
padding: unset;
margin: unset;
}
|