From c9abff751e8818c6438bce6fe80f49e3eba8084b Mon Sep 17 00:00:00 2001 From: ChrisLovering Date: Sat, 16 Jul 2022 21:26:00 +0000 Subject: Deploying to docs from @ python-discord/bot-core@c448b69160e287826268db6f499eef81c4005e5a 🚀 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v7.3.0/_static/changelog.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 v7.3.0/_static/changelog.css (limited to 'v7.3.0/_static/changelog.css') diff --git a/v7.3.0/_static/changelog.css b/v7.3.0/_static/changelog.css new file mode 100644 index 00000000..343792a1 --- /dev/null +++ b/v7.3.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; +} -- cgit v1.2.3