From 7a0cfaa62f1317558d1ef9f5baf81d49c7beff8d Mon Sep 17 00:00:00 2001 From: Allan Cueff Date: Thu, 26 Sep 2024 12:55:16 +0200 Subject: [PATCH] patch outlook android --- signature.html | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/signature.html b/signature.html index 6816acb..dd5a7bc 100644 --- a/signature.html +++ b/signature.html @@ -16,16 +16,15 @@ margin-top:0px !important; visibility:inherit !important; } - /* Hides Light Mode-Only Content, Like Images */ .light-img { display:none; display:none !important; } } - /* Shows Dark Mode-Only Content, Like Images */ - [data-ogsc] .dark-img { + [data-ogsc] .dark-img, + [data-ogsb] .dark-img { mso-hide: none; display: block !important; width: auto !important; @@ -37,9 +36,9 @@ margin-top: 0px !important; visibility: inherit !important; } - /* Hides Light Mode-Only Content, Like Images */ - [data-ogsc] .light-img { + [data-ogsc] .light-img, + [data-ogsb] .light-img { mso-hide: all; display: none; display: none !important;