新增: 全局色弱模式;

This commit is contained in:
iczer
2020-06-20 11:55:59 +08:00
parent 5bbe94728e
commit 3d568c6caa
10 changed files with 80 additions and 38 deletions

View File

@@ -1 +1,2 @@
@import "color";
@import "style";

View File

@@ -0,0 +1,4 @@
.week-mode{
overflow: hidden;
filter: invert(80%);
}