Skip to content

Commit

Permalink
Fix previous/next links style
Browse files Browse the repository at this point in the history
  • Loading branch information
pomber committed Dec 27, 2024
1 parent 7e68d81 commit cae8d0b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,9 @@
.fumadocs .group:hover .group-hover\:opacity-100 {
opacity: 1 !important;
}

/* previous/next links */

.fumadocs article > div:not(.prose) p {
margin-bottom: 0;
}

0 comments on commit cae8d0b

Please sign in to comment.