Skip to content

Commit b9fa87d

Browse files
committed
style: change font color to match about page
1 parent 1d4f7d3 commit b9fa87d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/BlogPostWrapper.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ export default defineNuxtConfig({
273273
Markdown({
274274
include: [/\.(md|markdown)($|\?)/],
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(

0 commit comments

Comments
 (0)