We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93c8df commit 71d847fCopy full SHA for 71d847f
readme.md
@@ -2,6 +2,9 @@
2
3
This extension allows the user to configure custom CSS that will be
4
added to all email messages (including replies and forwards) when they
5
-are first "composed".
6
-
+are "composed".
7
+Each time an email is opened in a compose window (write, reply, forward),
8
+the custom CSS will be added to a newly created <style> element in the
9
+email's head. If the head already contains a <style> element that was
10
+added by this extension, it is replaced.
0 commit comments