From 4dd4b7447b8b748b38286b5613352bc05a1dd4b7 Mon Sep 17 00:00:00 2001 From: Mark Robbins Date: Wed, 24 Jul 2024 10:24:52 +0100 Subject: [PATCH] adding mailspring --- hacks/_posts/2024-07-24-mailspring-desktop.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 hacks/_posts/2024-07-24-mailspring-desktop.md 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