aboutsummaryrefslogtreecommitdiffstats
path: root/v11.3.1/_static/changelog.css
diff options
context:
space:
mode:
authorGravatar ChrisLovering <[email protected]>2024-07-25 20:14:40 +0000
committerGravatar ChrisLovering <[email protected]>2024-07-25 20:14:40 +0000
commit1b5df35d18c35944b272121281e2edbdec5e3cac (patch)
treea7517831960b9394ee9802913d71c0ec37b35d07 /v11.3.1/_static/changelog.css
parentDeploying to docs from @ python-discord/bot-core@e5023a0480337666bfe88874a669... (diff)
Deploying to docs from @ python-discord/bot-core@8a9d7f0bd1b64f967fe5848f6b2c38d8575b39fc 🚀
Diffstat (limited to 'v11.3.1/_static/changelog.css')
-rw-r--r--v11.3.1/_static/changelog.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/v11.3.1/_static/changelog.css b/v11.3.1/_static/changelog.css
new file mode 100644
index 00000000..343792a1
--- /dev/null
+++ b/v11.3.1/_static/changelog.css
@@ -0,0 +1,11 @@
+[data-theme='dark'] #changelog .dark,
+[data-theme='light'] #changelog .light,
+[data-theme='auto'] #changelog .light {
+ display: inline;
+}
+
+[data-theme='dark'] #changelog .light,
+[data-theme='light'] #changelog .dark,
+[data-theme='auto'] #changelog .dark {
+ display: none;
+}