diff options
| author | 2025-08-10 21:32:36 +0000 | |
|---|---|---|
| committer | 2025-08-10 21:32:36 +0000 | |
| commit | 723ffffde7de470359640a62c9a37a9db3939870 (patch) | |
| tree | e73d555a85fab64960370d2fa5f14ab21c48817a /v11.7.0/_static/changelog.css | |
| parent | Deploying to docs from @ python-discord/bot-core@44581e6c79e81c1095994c2c3a31... (diff) | |
Deploying to docs from @ python-discord/bot-core@0da291ca7e92893f5a05ed282248a68edcbbfa06 🚀
Diffstat (limited to 'v11.7.0/_static/changelog.css')
| -rw-r--r-- | v11.7.0/_static/changelog.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/v11.7.0/_static/changelog.css b/v11.7.0/_static/changelog.css new file mode 100644 index 00000000..343792a1 --- /dev/null +++ b/v11.7.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; +} |