prose-invert

This commit is contained in:
HolgerHatGarKeineNode
2023-02-09 11:17:57 +01:00
parent 74244602cc
commit b4f340379e

View File

@@ -60,7 +60,7 @@
<p class="font-bold text-xl">
{{ __('Where') }}: {{ $meetupEvent->location }}
</p>
<div class="prose prose-white leading-normal">
<div class="prose prose-invert leading-normal">
<x-markdown>
{!! $meetupEvent->description !!}
</x-markdown>