borg/docs/borg_theme/css/borg.css

31 lines
521 B
CSS
Raw Normal View History

@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 {
background-color: #000000 !important;
}
.wy-side-nav-search input[type="text"] {
border-color: #000000;
}
.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);
}
#usage dt code {
font-weight: normal;
}
2017-02-14 22:11:21 +00:00
#usage dl dl dd {
margin-bottom: 0.5em;
}