From 452b34b3b4bb160c36c315bf1ffff34a62768366 Mon Sep 17 00:00:00 2001 From: Arnaldo Gabriel <5076526+agmm@users.noreply.github.com> Date: Mon, 9 Jan 2023 11:55:41 -0400 Subject: [PATCH] fix: grayscale mode support for header images (#2354) --- 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%); }