From 2ee87c79bb390afe29139229ce83aace87f807fc Mon Sep 17 00:00:00 2001 From: HassanAbouelela Date: Mon, 6 Dec 2021 17:21:42 +0000 Subject: Deploying to docs from @ python-discord/bot-core@cfe4d495f7e9581fe58576cdf5e5dd9a490e52ed 🚀 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _static/changelog.css | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 _static/changelog.css (limited to '_static/changelog.css') 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; +} -- cgit v1.2.3