让网站变成暗黑系风格的css代码

代码放到  全局 : html > head (css)

<style>
html {
    filter: invert(1) hue-rotate(180deg);
}
/* 图片视频取消颜色反转 */
img,
video {
    filter: invert(1) hue-rotate(180deg);
}
</style>
© 版权声明
THE END
点赞12 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容