feat: 自动适配系统暗黑模式

This commit is contained in:
necobot
2026-07-25 23:26:10 +08:00
parent 2f058981a6
commit 6c436be847
2 changed files with 81 additions and 28 deletions
+10 -1
View File
@@ -7,7 +7,16 @@
name="description"
content="将中文文本侵蚀成保留少量关键词的纯文本乱码艺术。"
/>
<meta name="theme-color" content="#e9e7dd" />
<meta
name="theme-color"
content="#e9e7dd"
media="(prefers-color-scheme: light)"
/>
<meta
name="theme-color"
content="#121310"
media="(prefers-color-scheme: dark)"
/>
<title>文字马赛克</title>
</head>
<body>