♻️ Adopt new Tailwind typography theming

This commit is contained in:
James Panther
2022-01-17 14:14:52 +11:00
parent 30fad56aed
commit ad495ca9ef
14 changed files with 278 additions and 420 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
{{ if .Site.Params.list.showBreadcrumbs | default false }}
{{ partial "breadcrumbs.html" . }}
{{ end }}
<section class="prose dark:prose-light">
<section class="markdown dark:markdown-invert">
<h1 class="mb-3 text-4xl font-extrabold text-neutral-800">{{ .Title }}</h1>
<section>{{ .Content }}</section>
</section>