refactor: tag

This commit is contained in:
xiaoxian521
2021-11-19 15:13:28 +08:00
parent 067ed96de4
commit 0b79b65575
19 changed files with 439 additions and 376 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%);