Merge pull request #2753 from weili520/gray_page

feat: Let page can be gray
This commit is contained in:
KubeSphere CI Bot 2022-12-01 14:28:54 +08:00 committed by GitHub
commit 471fcb577d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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