mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
Merge pull request #2753 from weili520/gray_page
feat: Let page can be gray
This commit is contained in:
commit
471fcb577d
|
|
@ -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%);
|
||||
}
|
||||
Loading…
Reference in New Issue