Skip to content

Commit 28a755f

Browse files
committed
fix(docs): remove dark:prose-invert CSS class until dark theme is properly configured
1 parent a435bbc commit 28a755f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/LumexUI.Docs.Client/Components/InstallationSteps.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<h4 class="text-sm leading-6 font-semibold mb-2">
1111
@step.Title
1212
</h4>
13-
<div class="prose prose-zinc prose-sm dark:prose-invert">
13+
<div class="prose prose-zinc prose-sm">
1414
@step.Body
1515
</div>
1616
</div>

docs/LumexUI.Docs.Client/Components/Layouts/DocsContentLayout.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Description="@_description"
1212
LinksProps="@_linksProps" />
1313

14-
<main class="mt-8 prose prose-zinc dark:prose-invert">
14+
<main class="mt-8 prose prose-zinc">
1515
<LumexDivider />
1616

1717
@Body

docs/LumexUI.Docs.Client/Components/Layouts/InstallationLayout.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Description="Follow the steps below to get started with LumexUI quickly!" />
1111

1212
<main class="mt-8">
13-
<div class="mb-8 prose prose-zinc dark:prose-invert">
13+
<div class="mb-8 prose prose-zinc">
1414
<DocsSection Title="Prerequisites">
1515
<p>Before you begin, ensure that you have the following:</p>
1616
<ul>

0 commit comments

Comments
 (0)