Merge pull request #385 from nunocoracao/365-bug-hero-layout-bold-text-and-header-color-is-black

🐛 fix text rendering issue in hero homepage layout
This commit is contained in:
Nuno Coração 2023-01-05 19:25:22 +00:00 committed by GitHub
commit 7e77a5fac6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@
</div>
{{ end }}
</div>
<section class="prose text-neutral-200">{{ .Content | emojify }}</section>
<section class="prose dark:prose-invert">{{ .Content | emojify }}</section>
</div>
</div>
</div>