Skip to content

Commit

Permalink
fix(doc): how-to-ask: dark: prose-invert
Browse files Browse the repository at this point in the history
  • Loading branch information
ssiyad committed Feb 6, 2024
1 parent b2ecde5 commit 96ffa6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/how-to-ask.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
:links="[{ label: 'Home', to: '/' }, { label: doc.title }]"
class="mb-4"
/>
<div class="prose prose-slate prose-pre:bg-slate-100">
<div class="prose prose-slate dark:prose-invert prose-pre:bg-slate-100">
<h1>{{ doc.title }}</h1>
<ContentRenderer :value="doc" />
</div>
Expand Down

0 comments on commit 96ffa6e

Please sign in to comment.