+
@@ -56,13 +49,3 @@ watchEffect(() => {
-
-
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 {