| /* |
| * Tweak the headers to better match RTD. |
| */ |
| |
| body { |
| font-size: 100%; |
| } |
| |
| |
| h4, h5, h6 { |
| color: black; |
| font-weight: 300; |
| text-decoration: underline; |
| } |
| |
| hr { |
| height: 4px; |
| background-color:#42567E; |
| color: #42567E; |
| border: 0 none; |
| } |
| |
| |
| /* |
| * Fix wrapping in the code highlighting |
| * |
| * https://github.com/mkdocs/mkdocs/issues/233 |
| */ |
| code { |
| white-space: pre; |
| } |
| |
| /* |
| * Wrap inline code samples otherwise they shoot off the side and |
| * can't be read at all. |
| * |
| * https://github.com/mkdocs/mkdocs/issues/313 |
| */ |
| p code { |
| word-wrap: break-word; |
| } |