diff options
| author | 2024-07-25 20:14:40 +0000 | |
|---|---|---|
| committer | 2024-07-25 20:14:40 +0000 | |
| commit | 1b5df35d18c35944b272121281e2edbdec5e3cac (patch) | |
| tree | a7517831960b9394ee9802913d71c0ec37b35d07 /v11.3.1/_static/changelog.css | |
| parent | Deploying 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.css | 11 |
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; +} |