fix: grayscale mode support for header images

This commit is contained in:
Arnaldo Gabriel 2023-01-09 13:02:06 +00:00
parent fd4bb4d864
commit a77c58fc72
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
*/
img, svg, video,
input[type="checkbox"], input[type="radio"],
.inline-emoji, .theme-preview {
.inline-emoji, .theme-preview, .account-profile {
filter: grayscale(100%);
}
</style>