aboutsummaryrefslogtreecommitdiff
path: root/docs/_static
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-05-20 08:39:52 -0400
committerRapptz <[email protected]>2017-05-20 08:39:52 -0400
commit969bb085cbd756a2d5c6652a9cdc43b331ee22a8 (patch)
tree31d5e8ad655becf4b2b78bb5b258fdea271c74cf /docs/_static
parentMake supported operations stand out more than attributes. (diff)
downloaddiscord.py-969bb085cbd756a2d5c6652a9cdc43b331ee22a8.tar.xz
discord.py-969bb085cbd756a2d5c6652a9cdc43b331ee22a8.zip
Slightly different styling for supported operations.
Diffstat (limited to 'docs/_static')
-rw-r--r--docs/_static/style.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/_static/style.css b/docs/_static/style.css
index 8868d2bf..fa9cb164 100644
--- a/docs/_static/style.css
+++ b/docs/_static/style.css
@@ -352,17 +352,17 @@ dl.exception > dt {
}
.container.operations {
- background-color: #fcfcfc;
padding: 10px;
+ border: 1px solid #ddd;
}
.container.operations::before {
content: 'Supported Operations';
- font-weight: bold;
+ color: #212224;
}
.container.operations > dl.describe > dt {
- background-color: transparent;
+ background-color: #f8f8f8;
}
table.docutils {