diff options
| author | 2023-07-02 07:59:46 +0000 | |
|---|---|---|
| committer | 2023-07-02 07:59:46 +0000 | |
| commit | 000281711165a2e54d3d340d42929f406c56cf6e (patch) | |
| tree | 47b186ec585e5e8b61804cbdb6c4203856ea6b75 /v9.9.1/_static/changelog.css | |
| parent | Deploying to docs from @ python-discord/bot-core@df15245c8b232ac57a82a5eea6c3... (diff) | |
Deploying to docs from @ python-discord/bot-core@f80a263bfc024eade1c35b336128a74b707d2a3a 🚀
Diffstat (limited to 'v9.9.1/_static/changelog.css')
| -rw-r--r-- | v9.9.1/_static/changelog.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/v9.9.1/_static/changelog.css b/v9.9.1/_static/changelog.css new file mode 100644 index 00000000..343792a1 --- /dev/null +++ b/v9.9.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; +} |