Merge pull request #2768 from weili520/revert_home_page_color

fix: Revert home page color
This commit is contained in:
KubeSphere CI Bot 2022-12-09 11:18:34 +08:00 committed by GitHub
commit dc69808810
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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%);
}