diff options
| author | 2022-02-24 18:00:17 +0000 | |
|---|---|---|
| committer | 2022-02-24 18:00:17 +0000 | |
| commit | 6692bd983009078dcccdaee3b7de8fa9d79ab19f (patch) | |
| tree | a3ff354b4183ff66632528b03b0358a57127b4b7 /_static/changelog.css | |
| parent | Deploying to docs from @ python-discord/bot-core@72ec57ae3153a274c902493ef6f7... (diff) | |
Deploying to docs from @ python-discord/bot-core@554919b6314814320f35431a6cfb32ca81b09079 🚀
Diffstat (limited to '_static/changelog.css')
| -rw-r--r-- | _static/changelog.css | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/_static/changelog.css b/_static/changelog.css deleted file mode 100644 index 343792a1..00000000 --- a/_static/changelog.css +++ /dev/null @@ -1,11 +0,0 @@ -[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; -} |