feat: change prose code color
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2022-01-29 19:00:14 +01:00
parent 6f3c075669
commit 7beee82045
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div
class="prose max-w-none prose-h1:font-title prose-h1:font-bold prose-a:text-primary prose-a:no-underline hover:prose-a:underline prose-img:rounded-sm"
class="prose max-w-none prose-h1:font-title prose-h1:font-bold prose-a:text-primary prose-a:no-underline hover:prose-a:underline prose-img:rounded-sm prose-pre:bg-gray-200 prose-pre:text-gray-700"
>
{{ partial "headline-hash.html" . }}
</div>