File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ const blueskyPostUri = computed(() => blueskyLink.value?.postUri ?? null)
2222
2323<template >
2424 <main class =" container w-full py-8" >
25- <article class =" max-w-prose mx-auto p-2 border-b border-border " >
25+ <article class =" max-w-prose mx-auto p-2 border-b border-borde prose prose-invert mx-autor " >
2626 <div class =" text-sm text-fg-muted font-mono mb-4" >
2727 <DateTime :datetime =" frontmatter.date" year =" numeric" month =" short" day =" numeric" />
2828 </div >
Original file line number Diff line number Diff line change @@ -273,7 +273,7 @@ export default defineNuxtConfig({
273273 Markdown ( {
274274 include : [ / \. ( m d | m a r k d o w n ) ( $ | \? ) / ] ,
275275 wrapperComponent : 'BlogPostWrapper' ,
276- wrapperClasses : 'prose dark:prose-invert mx-auto ' ,
276+ wrapperClasses : 'text-fg-muted leading-relaxed ' ,
277277 async markdownItSetup ( md ) {
278278 const shiki = await import ( '@shikijs/markdown-it' )
279279 md . use (
You can’t perform that action at this time.
0 commit comments