🐛 Fix article summary style in dark mode

This commit is contained in:
James Panther
2021-10-29 14:54:46 +11:00
parent bda38cb8f9
commit 8949c62df2
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -34,7 +34,7 @@
{{ partial "article-meta.html" . }}
</div>
{{ if .Params.showSummary | default (.Site.Params.list.showSummary | default false) }}
<div class="py-1 prose">
<div class="py-1 prose dark:prose-light">
{{ .Summary | emojify }}
</div>
{{ end }}