diff --git a/src/App.vue b/src/App.vue index 28d27abe..54b68cc6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,13 +1,16 @@ - - diff --git a/src/styles/index.scss b/src/styles/index.scss index 0204c4a9..c730ffd1 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -22,6 +22,14 @@ html { height: 100%; + // 灰色模式 + &.grey-mode { + filter: grayscale(1); + } + // 色弱模式 + &.color-weakness { + filter: invert(0.8); + } } body {