diff --git a/hacks/_posts/2024-07-24-mailspring-desktop.md b/hacks/_posts/2024-07-24-mailspring-desktop.md new file mode 100644 index 0000000..5e7fff0 --- /dev/null +++ b/hacks/_posts/2024-07-24-mailspring-desktop.md @@ -0,0 +1,17 @@ +--- +client: Mailspring +version: +platform: +status: Working +languages: + - CSS +contributor: Mark Robbins +--- + + +```css +#inbox-html-wrapper .your-class-name { + /* Replace this comment with your styles */ +} +``` +This must be placed in the `` of the message as the `` gets removed. \ No newline at end of file