Skip to content

Commit 00017c4

Browse files
committed
Refactor Prose component styles to enhance link visibility and interaction
1 parent a5f84e3 commit 00017c4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/Prose.astro

+1-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
<div
66
class="prose
7-
prose-h1:font-bold prose-h1:text-xl
8-
prose-a:text-blue-600 prose-p:text-justify prose-img:rounded-xl
9-
prose-headings:underline"
7+
prose-a:text-blue-600 prose-a:hover:text-blue-500 prose-a:visited:text-purple-600 prose-img:rounded-xl"
108
>
119
<slot />
1210
</div>

0 commit comments

Comments
 (0)