V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
Hakadao

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

  •  2
     
  •   Hakadao ·
    hakadao · Aug 1, 2024 · 1472 views
    This topic created in 639 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   ·   2369 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 31ms · UTC 04:23 · PVG 12:23 · LAX 21:23 · JFK 00:23
    ♥ Do have faith in what you're doing.