aboutsummaryrefslogtreecommitdiff
path: root/docs/_static/codeblocks.css
diff options
context:
space:
mode:
authorRapptz <[email protected]>2020-08-29 03:55:48 -0400
committerRapptz <[email protected]>2020-12-18 21:18:56 -0500
commit155a10bf88b9c44505834644c46f9f85c05816a9 (patch)
tree395601be765a594e38a2cbda89cd68b25c1a49ec /docs/_static/codeblocks.css
parent[matrix] Set theme to system preferred by default (diff)
downloaddiscord.py-155a10bf88b9c44505834644c46f9f85c05816a9.tar.xz
discord.py-155a10bf88b9c44505834644c46f9f85c05816a9.zip
Change colour scheme and admonition colours
This should make both themes finally look decent
Diffstat (limited to 'docs/_static/codeblocks.css')
-rw-r--r--docs/_static/codeblocks.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_static/codeblocks.css b/docs/_static/codeblocks.css
index 181942a7..f64d725f 100644
--- a/docs/_static/codeblocks.css
+++ b/docs/_static/codeblocks.css
@@ -70,8 +70,8 @@
.highlight .il { color: #40a070 } /* Literal.Number.Integer.Long */
/* dark theme: modified "native" */
-:root[data-theme="dark"] .highlight pre { background-color: #404040 }
-:root[data-theme="dark"] .highlight .hll { background-color: #404040 }
+:root[data-theme="dark"] .highlight pre { background-color: #2a2a2e }
+:root[data-theme="dark"] .highlight .hll { background-color: #2a2a2e }
:root[data-theme="dark"] .highlight .c { color: #999999; font-style: italic } /* Comment */
:root[data-theme="dark"] .highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
:root[data-theme="dark"] .highlight .g { color: #d0d0d0 } /* Generic */