diff options
| author | 2023-06-21 18:45:42 +0000 | |
|---|---|---|
| committer | 2023-06-21 18:45:42 +0000 | |
| commit | 6a814bd89c7128b3bd6ef47d459fb20b386a53a3 (patch) | |
| tree | ad35e4be17c3fef1eff13f62d38c6a52f8e3805d /v9.8.0/_static/changelog.css | |
| parent | Deploying to docs from @ python-discord/bot-core@b3425c40532b02ad54ac7be9eb96... (diff) | |
Deploying to docs from @ python-discord/bot-core@16d0dff6212d48fd7a4d2da69344d9b4f7f3b6be 🚀
Diffstat (limited to 'v9.8.0/_static/changelog.css')
| -rw-r--r-- | v9.8.0/_static/changelog.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/v9.8.0/_static/changelog.css b/v9.8.0/_static/changelog.css new file mode 100644 index 00000000..343792a1 --- /dev/null +++ b/v9.8.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; +} |