summaryrefslogtreecommitdiffstats
path: root/_static/changelog.css
diff options
context:
space:
mode:
authorGravatar HassanAbouelela <[email protected]>2021-12-06 17:21:42 +0000
committerGravatar HassanAbouelela <[email protected]>2021-12-06 17:21:42 +0000
commit2ee87c79bb390afe29139229ce83aace87f807fc (patch)
tree430e8e7e74e2fa049b756fc9b63b0eabca6c307f /_static/changelog.css
parentInitial docs commit (diff)
Deploying to docs from @ python-discord/bot-core@cfe4d495f7e9581fe58576cdf5e5dd9a490e52ed 🚀
Diffstat (limited to '_static/changelog.css')
-rw-r--r--_static/changelog.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/_static/changelog.css b/_static/changelog.css
new file mode 100644
index 00000000..343792a1
--- /dev/null
+++ b/_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;
+}