From f264263fbab2e641099e2f5450f1127078fac847 Mon Sep 17 00:00:00 2001 From: TheYoungManLi Date: Thu, 8 Dec 2022 09:50:42 +0800 Subject: [PATCH] fix: Revert homt page color Signed-off-by: TheYoungManLi --- assets/scss/index.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/assets/scss/index.scss b/assets/scss/index.scss index 15370fa45..ae69a6d7c 100644 --- a/assets/scss/index.scss +++ b/assets/scss/index.scss @@ -1257,10 +1257,3 @@ footer { 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