<div class="markdown">
<p dir="auto">Hello,</p>

<p dir="auto">is there a way to use a external CSS-Stylesheet for customize the HTML Body parts/Markdown Preview?</p>

<p dir="auto">I would like use:</p>

<pre><code>a{color:#d33637;text-decoration:none;border-bottom:1px dotted #d33637;-webkit-transition:color .2s ease-in-out}
a:hover{text-decoration:none;color:#666;border-bottom-color:#666}
a:active{outline:0;position:relative;top:1px}

pre code {display: block;padding: 0.5em;color: #000;background: #FAFAFA;color: #8B8074;font-family: 'LiberationMonoRegular',Menlo,Monaco,monospace;font-size: 1em;font-weight: bold;text-align: left;margin: 1em 0;}
</code></pre>

<p dir="auto">for links an code blocks</p>

<p dir="auto">and</p>

<pre><code>hr {background: rgba(0, 0, 0, 0) url(data:image png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAAGXRFW…UAAAAfSURBVHjaYmRABcYwBiM2QSA4y4hNEKYDQxAEAAIMAHNGAzhkPOlYAAAAAElFTkSuQmCC) repeat-x 0 0;border: 0 none;color: #CCC;height: 4px;padding: 0;
</code></pre>

<p dir="auto">for divider.</p>

<p dir="auto">I'found a Link information via HTML source view:</p>

<pre><code>link type="text/css" rel="stylesheet" href="file:///Applications/MailMate.app/Contents/Resources/MmMessagesWebView/stylesheet.css"/
link type="text/css" rel="stylesheet" href="file:///Users/tw/Library/Application Support/MailMate/Resources/MmMessagesWebView/stylesheet.css"/
script type="text/javascript" src="file:///Applications/MailMate.app/Contents/Resources/MmMessagesWebView/scripts/basic.js"
script type="text/javascript" src="file:///Users/xx/Library/Application Support/MailMate/Resources/MmMessagesWebView/scripts/basic.js"
</code></pre>

<p dir="auto"><strong>@Benny:</strong> Can you check the MD modul?</p>

<p dir="auto">This line:</p>

<pre><code>»<link type="text/css" rel="stylesheet" href="file:///Applications/MailMate.app/Contents/Resources/MmMessagesWebView/stylesheet.css"/>«
</code></pre>

<p dir="auto">does not work as code block in MM (without "»«")</p>

<p dir="auto">-- <br>
Best, Thomas</p>

</div>