diff options
| author | 2022-07-16 19:30:06 +0000 | |
|---|---|---|
| committer | 2022-07-16 19:30:06 +0000 | |
| commit | d0f29374ef545a4680788b72a9640a7937ec938b (patch) | |
| tree | 972604166ea4505b7d8356ea66adeac1503eae8a /v7.2.2/_static/changelog.css | |
| parent | Deploying to docs from @ python-discord/bot-core@70bdf0f7e50cf182390dbeed3823... (diff) | |
Deploying to docs from @ python-discord/bot-core@9c0e5a6b0354e48a1def2608370b197d39e9b1e9 🚀
Diffstat (limited to 'v7.2.2/_static/changelog.css')
| -rw-r--r-- | v7.2.2/_static/changelog.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/v7.2.2/_static/changelog.css b/v7.2.2/_static/changelog.css new file mode 100644 index 00000000..343792a1 --- /dev/null +++ b/v7.2.2/_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; +} |