blob: 9b91c02b5bfd2207a0a5e60e2926bc448260b151 [file] [log] [blame]
/*
* SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
* SPDX-License-Identifier: Apache-2.0
*
*/
/* Don't restrict content width on the RTD theme
* from: https://stackoverflow.com/a/32898444 */
.wy-nav-content {
max-width: none;
}
.wy-table-responsive table td, .wy-table-responsive table th {
white-space: normal;
}
.wy-side-nav-search {
background-color: #d9d9d9;
}
.wy-side-nav-search>div.version {
color: #404040;
}