把网站变灰色,变怀旧感
苹果工具助手 2026-09-03 12:27:04
0
代码放到 全局 : html > head (css)
1.灰色滤镜(默哀感)
2.色相反转(诡异感)
3.岁月痕迹(怀旧感)
<style>html{-webkit-filter: sepia(100%);-moz-filter:sepia(100%);-o-filter: sepia(100%);-ms-filter: sepia(100%);filter: sepia(100%);}</style>
4.暗黑系(神秘感)
灰色
内容校验完了