fix: grayscale mode support for header images (#2354)
This commit is contained in:
parent
fd4bb4d864
commit
452b34b3b4
|
@ -55,7 +55,7 @@
|
||||||
*/
|
*/
|
||||||
img, svg, video,
|
img, svg, video,
|
||||||
input[type="checkbox"], input[type="radio"],
|
input[type="checkbox"], input[type="radio"],
|
||||||
.inline-emoji, .theme-preview {
|
.inline-emoji, .theme-preview, .account-profile {
|
||||||
filter: grayscale(100%);
|
filter: grayscale(100%);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue