新增: 全局色弱模式;
This commit is contained in:
@@ -1 +1,2 @@
|
||||
@import "color";
|
||||
@import "style";
|
||||
|
||||
4
src/theme/default/style.less
Normal file
4
src/theme/default/style.less
Normal file
@@ -0,0 +1,4 @@
|
||||
.week-mode{
|
||||
overflow: hidden;
|
||||
filter: invert(80%);
|
||||
}
|
||||
Reference in New Issue
Block a user