From 7358ded856476263c6d30711c06597424c106afc Mon Sep 17 00:00:00 2001 From: myGitAccountAndrii <127933285+myGitAccountAndrii@users.noreply.github.com> Date: Mon, 19 Feb 2024 15:46:52 +0200 Subject: [PATCH] Update custom.scss --- docs/_sass/custom/custom.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/_sass/custom/custom.scss b/docs/_sass/custom/custom.scss index ac0cfbd..b7a7819 100644 --- a/docs/_sass/custom/custom.scss +++ b/docs/_sass/custom/custom.scss @@ -30,7 +30,8 @@ h4, img[src$="gh-light-mode-only"] { display: none; } - img[src$=".svg"] { + img[src$=".svg"], + img[src$=".png"] { -webkit-filter: invert(100%); /* safari 6.0 - 9.0 */ filter: invert(100%); }