mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-26 01:37:20 +00:00
0a369c0985
- Group options - Nicer list of options in Sphinx - Deduplicate 'Common options' (including --help) The latter is done by explicitly declaring --help in the common_parser, which is then inherited by the sub-parsers; no change in observable behaviour.
22 lines
399 B
CSS
22 lines
399 B
CSS
@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 > 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;
|
|
}
|