blob: 6ba1e1e59e3b00583cbf79652fe28ed7f4cd7460 [file] [log] [blame]
Zack Williamsccaa38a2021-11-16 15:36:05 -07001/*
Zack Williams7d058a92022-03-08 14:50:08 -07002 * SPDX-FileCopyrightText: 2021 Open Networking Foundation <info@opennetworking.org>
3 * SPDX-License-Identifier: Apache-2.0
4*/
Zack Williamsccaa38a2021-11-16 15:36:05 -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}