aboutsummaryrefslogtreecommitdiffstats
path: root/main/_static
diff options
context:
space:
mode:
authorGravatar ChrisLovering <[email protected]>2023-05-06 12:18:06 +0000
committerGravatar ChrisLovering <[email protected]>2023-05-06 12:18:06 +0000
commit85bd6652db82865f40b6036a6d74b0354d58c0ec (patch)
treefd32e7d1945e35033cb5dd5ae4a55fcb88f327d0 /main/_static
parentDeploying to docs from @ python-discord/bot-core@79b8734b5cd5c1d9d884a0e21152... (diff)
Deploying to docs from @ python-discord/bot-core@e92119ede9e2829a530e3137b1722e5f5808d8f5 🚀
Diffstat (limited to 'main/_static')
-rw-r--r--main/_static/documentation_options.js2
-rw-r--r--main/_static/pygments.css4
2 files changed, 3 insertions, 3 deletions
diff --git a/main/_static/documentation_options.js b/main/_static/documentation_options.js
index 64f6b3d2..e9064a37 100644
--- a/main/_static/documentation_options.js
+++ b/main/_static/documentation_options.js
@@ -1,6 +1,6 @@
var DOCUMENTATION_OPTIONS = {
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
- VERSION: '9.5.1',
+ VERSION: '9.6.0',
LANGUAGE: 'en',
COLLAPSE_INDEX: false,
BUILDER: 'html',
diff --git a/main/_static/pygments.css b/main/_static/pygments.css
index 75471509..d9a83a7b 100644
--- a/main/_static/pygments.css
+++ b/main/_static/pygments.css
@@ -101,7 +101,7 @@ body[data-theme="dark"] .highlight .x { color: #d0d0d0 } /* Other */
body[data-theme="dark"] .highlight .p { color: #d0d0d0 } /* Punctuation */
body[data-theme="dark"] .highlight .ch { color: #ababab; font-style: italic } /* Comment.Hashbang */
body[data-theme="dark"] .highlight .cm { color: #ababab; font-style: italic } /* Comment.Multiline */
-body[data-theme="dark"] .highlight .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */
+body[data-theme="dark"] .highlight .cp { color: #ff3a3a; font-weight: bold } /* Comment.Preproc */
body[data-theme="dark"] .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */
body[data-theme="dark"] .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */
body[data-theme="dark"] .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
@@ -186,7 +186,7 @@ body:not([data-theme="light"]) .highlight .x { color: #d0d0d0 } /* Other */
body:not([data-theme="light"]) .highlight .p { color: #d0d0d0 } /* Punctuation */
body:not([data-theme="light"]) .highlight .ch { color: #ababab; font-style: italic } /* Comment.Hashbang */
body:not([data-theme="light"]) .highlight .cm { color: #ababab; font-style: italic } /* Comment.Multiline */
-body:not([data-theme="light"]) .highlight .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */
+body:not([data-theme="light"]) .highlight .cp { color: #ff3a3a; font-weight: bold } /* Comment.Preproc */
body:not([data-theme="light"]) .highlight .cpf { color: #ababab; font-style: italic } /* Comment.PreprocFile */
body:not([data-theme="light"]) .highlight .c1 { color: #ababab; font-style: italic } /* Comment.Single */
body:not([data-theme="light"]) .highlight .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */