fix: grayscale mode support for header images (#2354)

This commit is contained in:
Arnaldo Gabriel 2023-01-09 11:55:41 -04:00 committed by GitHub
parent fd4bb4d864
commit 452b34b3b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>