blob: e161fbe34f4af3354101f0e25da3032222e522cd [file] [log] [blame]
Zack Williams7f708f82020-07-07 12:18:20 -07001/*
Zack Williams44faef92022-03-08 22:07:49 -07002 * SPDX-FileCopyrightText: 2021 Open Networking Foundation <info@opennetworking.org>
3 * SPDX-License-Identifier: Apache-2.0
4 */
Zack Williams7f708f82020-07-07 12:18:20 -07005
6/* Don't restrict content width on the RTD theme
7 * from: https://stackoverflow.com/a/32898444 */
8
9.wy-nav-content {
10 max-width: none;
11}
12
13.wy-table-responsive table td, .wy-table-responsive table th {
14 white-space: normal;
15}
16
17.wy-side-nav-search {
18 background-color: #d9d9d9;
19}
20
21.wy-side-nav-search>div.version {
22 color: #404040;
23}