aboutsummaryrefslogtreecommitdiffstats
path: root/v10.5.0/_static/changelog.css
diff options
context:
space:
mode:
authorGravatar ChrisLovering <[email protected]>2023-12-14 18:23:43 +0000
committerGravatar ChrisLovering <[email protected]>2023-12-14 18:23:43 +0000
commitf9d75870b66d97ad6751eebbe171b2ffb0993f38 (patch)
tree576a15548c0125236301fdb1545891c86a9c47a4 /v10.5.0/_static/changelog.css
parentDeploying to docs from @ python-discord/bot-core@3ed1d4be2328b59577afde058105... (diff)
Deploying to docs from @ python-discord/bot-core@8877fa154439f0ef44366d5808769a50f0c2915f 🚀
Diffstat (limited to 'v10.5.0/_static/changelog.css')
-rw-r--r--v10.5.0/_static/changelog.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/v10.5.0/_static/changelog.css b/v10.5.0/_static/changelog.css
new file mode 100644
index 00000000..343792a1
--- /dev/null
+++ b/v10.5.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;
+}