diff options
| author | 2024-11-23 21:53:16 +0000 | |
|---|---|---|
| committer | 2024-11-23 21:53:16 +0000 | |
| commit | a330b5071ba2d25747ec2b8223705319e18b482e (patch) | |
| tree | be164bb8dd83ab13af8fc18776cd1207a08b7362 /v11.5.1/_static/changelog.css | |
| parent | Deploying 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.css | 11 |
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; +} |