diff options
| author | 2023-02-09 22:17:34 +0000 | |
|---|---|---|
| committer | 2023-02-09 22:17:34 +0000 | |
| commit | 4297b503b31c84273400bd8a9431722f55ed9abe (patch) | |
| tree | 4773b6daabaa0b8ff42d4e135b9447e0bf7dea32 /v9.4.0/_static/changelog.css | |
| parent | Deploying to docs from @ python-discord/bot-core@08a7a742f61d655c2bd4fd02b95b... (diff) | |
Deploying to docs from @ python-discord/bot-core@69e52d3b68787789b8dc8a21d7ed5a2d8e527e12 🚀
Diffstat (limited to 'v9.4.0/_static/changelog.css')
| -rw-r--r-- | v9.4.0/_static/changelog.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/v9.4.0/_static/changelog.css b/v9.4.0/_static/changelog.css new file mode 100644 index 00000000..343792a1 --- /dev/null +++ b/v9.4.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; +} |