perf: 同步完整版分支代码

This commit is contained in:
xiaoxian521
2021-11-20 19:43:49 +08:00
parent c2aa7d9428
commit 26b6f857cd
19 changed files with 513 additions and 368 deletions

View File

@@ -70,7 +70,7 @@ ul {
display: none !important;
}
// 灰色模式
/* 灰色模式 */
.html-grey {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
@@ -79,7 +79,7 @@ ul {
-o-filter: grayscale(100%);
}
// 色弱模式
/* 色弱模式 */
.html-weakness {
filter: invert(80%);
-webkit-filter: invert(80%);