2015-11-20 17:51:11 +00:00
|
|
|
@import url("theme.css");
|
|
|
|
|
|
|
|
/* The Return of the Borg.
|
|
|
|
*
|
|
|
|
* Have a bit green and grey and darkness (and if only in the upper left corner).
|
|
|
|
*/
|
|
|
|
|
|
|
|
.wy-side-nav-search {
|
2016-03-10 01:01:49 +00:00
|
|
|
background-color: #000000 !important;
|
2015-11-20 17:51:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.wy-side-nav-search > a {
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
}
|
|
|
|
|
|
|
|
.wy-side-nav-search > div.version {
|
|
|
|
color: rgba(255, 255, 255, 0.5);
|
|
|
|
}
|
2016-04-09 23:28:18 +00:00
|
|
|
|
|
|
|
#usage dt code {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|