♻️ Change Tailwind Typography to use variables

This commit is contained in:
James Panther
2022-06-17 11:16:04 +10:00
parent 7c6bc92ff1
commit 25e68ccb23
5 changed files with 154 additions and 296 deletions

View File

@@ -8,7 +8,7 @@
{{ .Title | emojify }}
</h1>
</header>
<section class="prose dark:prose-light">
<section class="prose dark:prose-invert">
{{ .Content | emojify }}
</section>
</article>