Darkmode.js给网站添加深色模式

2020-12-18/技术/ /
几行代码为你的网站添加深色模式。原理是使用CSS的 mix-blend-mode。
Darkmode.js为你的网站添加深色模式
地址:Darkmode.js (https://github.com/sandoche/Darkmode.js)
使用:
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/darkmode-js.min.js"></script>
<script>
  function addDarkmodeWidget() {
    new Darkmode().showWidget();
  }
  window.addEventListener('load', addDarkmodeWidget);
</script>
评论列表
正在加载评论…
邮箱
验证码