aboutsummaryrefslogtreecommitdiffstats
path: root/v11.5.1/_static/changelog.css
diff options
context:
space:
mode:
authorGravatar ChrisLovering <[email protected]>2024-11-23 21:53:16 +0000
committerGravatar ChrisLovering <[email protected]>2024-11-23 21:53:16 +0000
commita330b5071ba2d25747ec2b8223705319e18b482e (patch)
treebe164bb8dd83ab13af8fc18776cd1207a08b7362 /v11.5.1/_static/changelog.css
parentDeploying to docs from @ python-discord/bot-core@bdaaa2e76d4cb32843754757532e... (diff)
Deploying to docs from @ python-discord/bot-core@cbe2bae7bd4826c804fd690cc695a7e4a6ba47d7 🚀
Diffstat (limited to 'v11.5.1/_static/changelog.css')
-rw-r--r--v11.5.1/_static/changelog.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/v11.5.1/_static/changelog.css b/v11.5.1/_static/changelog.css
new file mode 100644
index 00000000..343792a1
--- /dev/null
+++ b/v11.5.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;
+}