aboutsummaryrefslogtreecommitdiffstats
path: root/v10.7.0/_static/changelog.css
diff options
context:
space:
mode:
authorGravatar ChrisLovering <[email protected]>2024-01-30 21:52:45 +0000
committerGravatar ChrisLovering <[email protected]>2024-01-30 21:52:45 +0000
commit84a7124e62f211a51acb1e698628a98ce8141671 (patch)
treebb8bea7c74d873a021565491b663cd58fa0622d2 /v10.7.0/_static/changelog.css
parentDeploying to docs from @ python-discord/bot-core@c7b614025e9c3faf3b16bb019f28... (diff)
Deploying to docs from @ python-discord/bot-core@07f517225fc59157233f74edb136ee39046fda00 🚀
Diffstat (limited to 'v10.7.0/_static/changelog.css')
-rw-r--r--v10.7.0/_static/changelog.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/v10.7.0/_static/changelog.css b/v10.7.0/_static/changelog.css
new file mode 100644
index 00000000..343792a1
--- /dev/null
+++ b/v10.7.0/_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;
+}