aboutsummaryrefslogtreecommitdiff
path: root/docs/_static/style.css
diff options
context:
space:
mode:
authorRapptz <[email protected]>2017-05-20 09:15:57 -0400
committerRapptz <[email protected]>2017-05-20 09:15:57 -0400
commit6119f280c5b98122220bfff85ec4da169dca7fe5 (patch)
treec7b8e6eed1d7b92884fee757102524c2d592d73c /docs/_static/style.css
parentMore broken Channel references. (diff)
downloaddiscord.py-6119f280c5b98122220bfff85ec4da169dca7fe5.tar.xz
discord.py-6119f280c5b98122220bfff85ec4da169dca7fe5.zip
Warnings are yellow.
Diffstat (limited to 'docs/_static/style.css')
-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 fa9cb164..5664a665 100644
--- a/docs/_static/style.css
+++ b/docs/_static/style.css
@@ -251,12 +251,12 @@ div.highlight {
background-color: #fff;
}
-div.important, div.note {
+div.important, div.note, div.hint, div.tip {
background-color: #eee;
border: 1px solid #ccc;
}
-div.attention, div.caution, div.hint, div.seealso, div.tip {
+div.attention, div.warning, div.caution, div.seealso {
background-color: #fef9e9;
border: 1px solid #fbe091;
}
@@ -273,7 +273,7 @@ a.toc-backref {
color: #3e4349;
}
-div.danger, div.error, div.warning {
+div.danger, div.error {
background-color: #ffe4e4;
border: 1px solid #f66;
}