前言

主题作者:WordPress博客主题二次元风-lolimeow主题
该主题是一个很棒的主题,本站也使用了此主题,但是就是没有适应黑暗模式。
让作者很不舒服,所以作者主动适配了黑暗模式。
由于作者仅仅适配了自己网站上所使用的组件若您使用的组件没有适配,请发送评论区催促作者适配。

适配代码

<script type="text/javascript">
    var link = document.createElement('link');
    link.setAttribute('type', 'text/css');
    link.setAttribute('rel', 'stylesheet');
    link.setAttribute('href', 'https://source.sober-up.cn/CSS/Blog/Dark.css');
    document.head.appendChild(link);

    isNeedFix = false;
    if (document.querySelector("input[id='rememberme']") != null)
        isNeedFix = true;
    if (document.querySelector("form[name='registerform']") != null)
        isNeedFix = true;
    if (document.querySelector("form[id='wp_pass_reset']") != null)
        isNeedFix = true;
    if (isNeedFix) {
        link = document.createElement('link');
        link.setAttribute('type', 'text/css');
        link.setAttribute('rel', 'stylesheet');
        link.setAttribute('href', 'https://source.sober-up.cn/CSS/Blog/DarkFix.css');
        document.head.appendChild(link);
    }
</script>

效果

手机或电脑打开夜间模式或黑暗主题(叫法不统一),查看效果

文件下载(包含该主题)

资源下载此资源下载价格为0.1¥(VIP 8折),请先
本资源为付费资源,禁止参与违法活动。 本资源如有违规,请联系站长立即删除。