💄 Fix lead text color missing

This commit is contained in:
James Panther
2021-08-22 17:01:03 +10:00
parent 0339729039
commit c4445a2028
2 changed files with 10 additions and 6 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
<p class="!mb-9 text-xl">
<p class="!mb-9 text-xl text-neutral-400 dark:text-neutral-500">
{{ .Inner }}
</p>