diff options
| author | Kenneth Reitz <me@kennethreitz.org> | 2018-03-07 17:35:21 -0500 |
|---|---|---|
| committer | Kenneth Reitz <me@kennethreitz.org> | 2018-03-07 17:35:21 -0500 |
| commit | 8ca453a8d76af5777edd77bd88dcfae7fe690cfc (patch) | |
| tree | 1ebe2e3a9b3b4cbbaf3ebbee8be0236145c5d230 /docs/_static/custom.css | |
| parent | c436165a2dae7980fb4283bb8dd5a1c6fde3e2e9 (diff) | |
| download | python-requests-8ca453a8d76af5777edd77bd88dcfae7fe690cfc.tar.gz | |
white
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
Diffstat (limited to 'docs/_static/custom.css')
| -rw-r--r-- | docs/_static/custom.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/_static/custom.css b/docs/_static/custom.css index 1e8eaef7..54def686 100644 --- a/docs/_static/custom.css +++ b/docs/_static/custom.css @@ -2,6 +2,10 @@ body > div.document > div.sphinxsidebar > div > form > table > tbody > tr:nth-ch width: 100%!important; } +#python27 > a { + color: white; +} + #carbonads { display: block; overflow: hidden; |
