Refactor ProseImg component to remove unused 'label' prop and update alt text to use 'caption' instead

Update toc button behavior to use hover mode and adjust styles for better UI consistency
Change text-decoration style for headings in prose to ensure no underline is applied
This commit is contained in:
2025-07-24 18:56:40 +02:00
parent a1d4b687aa
commit 4c05ddf143
3 changed files with 12 additions and 10 deletions

View File

@@ -134,7 +134,7 @@ useSeoMeta({
.prose h2 a,
.prose h3 a,
.prose h4 a {
@apply no-underline;
text-decoration: none;
}
.prose img {