diff options
| author | 2022-07-09 18:34:00 +0000 | |
|---|---|---|
| committer | 2022-07-09 18:34:00 +0000 | |
| commit | 4af272b88d3ae84d32e708f3f1ed474130ca2fae (patch) | |
| tree | b53e48ee1f1f6cab57c41ef3045a3b835889febe /v7.2.1/_static/changelog.css | |
| parent | Deploying to docs from @ python-discord/bot-core@259eeb84f1d935e5254acbf67314... (diff) | |
Deploying to docs from @ python-discord/bot-core@70bdf0f7e50cf182390dbeed38232438d54ea16e 🚀
Diffstat (limited to 'v7.2.1/_static/changelog.css')
| -rw-r--r-- | v7.2.1/_static/changelog.css | 11 | 
1 files changed, 11 insertions, 0 deletions
| diff --git a/v7.2.1/_static/changelog.css b/v7.2.1/_static/changelog.css new file mode 100644 index 00000000..343792a1 --- /dev/null +++ b/v7.2.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; +} | 
