Hakadao

如何快速适配一个完全没有做深色的网站做深色主题?

  •  2
     
  •   Hakadao ·
    hakadao · Aug 1, 2024 · 1559 views
    This topic created in 675 days ago, the information mentioned may be changed or developed.

    目前用了這麼一段樣式

    html.dark {
      filter: invert(1) hue-rotate(180deg) !important;
      background-color: white;
    }
    
    .dark {
      img,
      video,
      iframe,
      [style*="background-image: url"],
      [style*="background: url"] {
        filter: invert(1) hue-rotate(180deg) !important;
      }
    }
    

    发现效果多少有点差别图片就算再设置一次 filter 还是有点偏色现象,还有就是如果是 div 里面不是通过行内样式设置的话无法识别,写 js 判断的话又完全没有头绪。

    1 replies    2024-08-14 18:13:16 +08:00
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2678 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 11:12 · PVG 19:12 · LAX 04:12 · JFK 07:12
    ♥ Do have faith in what you're doing.