aboutsummaryrefslogtreecommitdiffstats
path: root/v8.2.1/_static/changelog.css
diff options
context:
space:
mode:
authorGravatar ChrisLovering <[email protected]>2024-03-04 14:53:52 +0000
committerGravatar ChrisLovering <[email protected]>2024-03-04 14:53:52 +0000
commit3eb5ff4e3f0a841d28d8c742eba2e562f9fc2231 (patch)
treecc57ad52e9e9efb2ab82c0bd8596522ace108556 /v8.2.1/_static/changelog.css
parentDeploying to docs from @ python-discord/bot-core@69eeda8a1914b671af68871dcf55... (diff)
Deploying to docs from @ python-discord/bot-core@c72b515aec03b1d9df49a3d58bfa90a3d864160e 🚀
Diffstat (limited to 'v8.2.1/_static/changelog.css')
-rw-r--r--v8.2.1/_static/changelog.css11
1 files changed, 0 insertions, 11 deletions
diff --git a/v8.2.1/_static/changelog.css b/v8.2.1/_static/changelog.css
deleted file mode 100644
index 343792a1..00000000
--- a/v8.2.1/_static/changelog.css
+++ /dev/null
@@ -1,11 +0,0 @@
-[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;
-}