From a6c21ccafb9e521e02f999c2993f39ded4111178 Mon Sep 17 00:00:00 2001 From: TheYoungManLi Date: Thu, 1 Dec 2022 14:23:54 +0800 Subject: [PATCH] fix: Let page can be gray Signed-off-by: TheYoungManLi --- assets/scss/index.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/scss/index.scss b/assets/scss/index.scss index 833e95787..15370fa45 100644 --- a/assets/scss/index.scss +++ b/assets/scss/index.scss @@ -1255,4 +1255,12 @@ footer { .test{ position: absolute; +} + +* { + filter: grayscale(100%); + -webkit-filter: grayscale(100%); + -moz-filter: grayscale(100%); + -ms-filter: grayscale(100%); + -o-filter: grayscale(100%); } \ No newline at end of file