mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-02-08 01:05:50 +01:00
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:
@@ -134,7 +134,7 @@ useSeoMeta({
|
||||
.prose h2 a,
|
||||
.prose h3 a,
|
||||
.prose h4 a {
|
||||
@apply no-underline;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.prose img {
|
||||
|
||||
Reference in New Issue
Block a user