From df321ebc60d9b17f79f95d5ba2faa5cf71a4081b Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sat, 22 Nov 2025 00:21:35 +0300 Subject: [PATCH] remark: remove dark theme --- layouts/partials/footer_custom.html | 9 --------- 1 file changed, 9 deletions(-) diff --git a/layouts/partials/footer_custom.html b/layouts/partials/footer_custom.html index c3ef23b..78a9225 100644 --- a/layouts/partials/footer_custom.html +++ b/layouts/partials/footer_custom.html @@ -10,10 +10,6 @@ theme: 'light' }; - if (window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) { - remark_config.theme = "dark"; - } - (function(c) { for(var i = 0; i < c.length; i++){ var d = document, s = d.createElement('script'); @@ -22,11 +18,6 @@ (d.head || d.body).appendChild(s); } })(remark_config.components || ['embed']); - - window.matchMedia('(prefers-color-scheme: dark)').addEventListener('change', event => { - const newColorScheme = event.matches ? "dark" : "light"; - window.REMARK42.changeTheme(newColorScheme); - }); {{ end }} {{ end }}