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