Skip to content

Commit 4e26afb

Browse files
committed
- fix text color in dark mode
1 parent f555b57 commit 4e26afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/fractal_viewer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ <h3 class="text-xl font-bold text-gray-900 dark:text-white">About Fractal Explor
299299
</svg>
300300
</button>
301301
</div>
302-
<div class="prose dark:prose-invert max-w-none">
302+
<div class="prose dark:prose-invert dark:text-white max-w-none">
303303
<p>Fractal Explorer is an interactive tool for exploring mathematical fractals - complex patterns that exhibit self-similarity at different scales.</p>
304304
<h4>Controls:</h4>
305305
<ul>

0 commit comments

Comments
 (0)