window.matchMedia("(prefers-color-scheme: dark)").matches; 黑夜模式代碼 1 2 3 html { filter: invert(1) hue-rotate(.5turn); } 這樣之后,圖片就會(huì)反過(guò)來(lái)了,很難看 1 2 3 img { filter: invert(1) hue-rotate(.5turn); } 圖片再加一層,反反得正,這樣純圖片就可以了 因此,合并起來(lái)可以這樣設(shè)...
www.dbjr.com.cn/css/7543...html 2025-5-22