aboutsummaryrefslogtreecommitdiff
path: root/docs/_static
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-05-15 01:55:42 -0400
committerRapptz <[email protected]>2017-05-15 01:55:42 -0400
commitb895a3fabb3ca1a4604a953fb1c2e63b1a62540d (patch)
treefff41187f8de3a1014cdd8fc79e03e4a4b2a2128 /docs/_static
parentMake buttons in the sidebar not so sticky looking. (diff)
downloaddiscord.py-b895a3fabb3ca1a4604a953fb1c2e63b1a62540d.tar.xz
discord.py-b895a3fabb3ca1a4604a953fb1c2e63b1a62540d.zip
Remove a bunch of red from the theme.
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/style.css8
1 files changed, 2 insertions, 6 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css
index 3586614d..25d2c90f 100644
--- a/docs/_static/style.css
+++ b/docs/_static/style.css
@@ -115,10 +115,6 @@ div.sphinxsidebar a {
color: #444;
}
-div.sphinxsidebar a:hover {
- color: #d00;
-}
-
div.sphinxsidebar input {
border: 1px solid #ccc;
font-family: sans-serif;
@@ -183,14 +179,14 @@ div.body h5 { font-size: 105%; }
div.body h6 { font-size: 100%; }
a.headerlink {
- color: #c60f0f;
+ color: #3e4349;
font-size: 0.8em;
padding: 0 4px 0 4px;
text-decoration: none;
}
a.headerlink:hover {
- background-color: #c60f0f;
+ background-color: #3e4349;
color: #fff;
}