From a77c58fc72c0e77ece61345ad26a0b28a42a62b2 Mon Sep 17 00:00:00 2001 From: Arnaldo Gabriel <5076526+agmm@users.noreply.github.com> Date: Mon, 9 Jan 2023 13:02:06 +0000 Subject: [PATCH] fix: grayscale mode support for header images --- src/build/template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/template.html b/src/build/template.html index 6f534779..ba965f27 100644 --- a/src/build/template.html +++ b/src/build/template.html @@ -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%); }