An implementation of the beautifull Tailwind Typography layout for Typora:
A light and dark theme are provided, which use the prose-xl
class and slate
color scheme. In particular, the themes are equivalent to:
<article class="prose prose-xl prose-slate dark:prose-invert dark:bg-slate-800">
...
</article>
NB: This theme is designed and tested on macOS. It should work for Windows/Linux, but that has not been fully tested. This theme does not include styles for Windows “unibody” style, however.