Update prose components for content

This commit is contained in:
2023-11-06 23:57:17 +01:00
parent 63823d1f87
commit ba22ac16e2
4 changed files with 56 additions and 1 deletions

View File

@@ -87,7 +87,7 @@ async function handleLike() {
</div>
<ClientOnly>
<ContentRenderer
class="mt-12 prose dark:prose-invert max-w-none"
class="mt-12 prose dark:prose-invert max-w-none prose-style"
:class="`prose-${appConfig.ui.primary}`"
:value="postContent"
/>
@@ -160,3 +160,9 @@ async function handleLike() {
</div>
</section>
</template>
<style lang="scss">
.prose-style {
@apply prose-a:no-underline
}
</style>