chore: remove gray

This commit is contained in:
TaurusXin 2023-11-03 10:20:05 +08:00
parent 623275e389
commit 0ecaa3b881

View File

@ -26,17 +26,6 @@
font-weight: 400; font-weight: 400;
font-style: normal; font-style: normal;
} }
html {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
-webkit-filter: grayscale(1);
}
</style> </style>
<!-- Google tag (gtag.js) --> <!-- Google tag (gtag.js) -->