Open tdefossezbadsender opened 2 years ago
The desktop webmail of SFR has annoying default styles applying to all html tags without .userSignature class inside <div id="read-content-block"> #122 . This changes the font-weight of texts.
.userSignature
<div id="read-content-block">
font-weight
We can add a CSS reset at the top of the document:
* { font-weight:auto; }
The desktop webmail of SFR has annoying default styles applying to all html tags without
.userSignature
class inside<div id="read-content-block">
#122 . This changes thefont-weight
of texts.We can add a CSS reset at the top of the document: