diff options
| author | 2022-07-23 14:35:07 +0000 | |
|---|---|---|
| committer | 2022-07-23 14:35:07 +0000 | |
| commit | 02ed8edf235883eaaf0958d3548f34d198722c05 (patch) | |
| tree | 5620beb3b2a91a6e36e73a9f3ef6c3014bfa1bd7 /v7.5.0/_static/changelog.css | |
| parent | Deploying to docs from @ python-discord/bot-core@c584af6f4791530f16aa32f30926... (diff) | |
Deploying to docs from @ python-discord/bot-core@cfdc1b7c3dedae53f15ce696aee0c7141ba8c606 🚀
Diffstat (limited to 'v7.5.0/_static/changelog.css')
| -rw-r--r-- | v7.5.0/_static/changelog.css | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/v7.5.0/_static/changelog.css b/v7.5.0/_static/changelog.css new file mode 100644 index 00000000..343792a1 --- /dev/null +++ b/v7.5.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; +} | 
