Skip to content

Commit

Permalink
Volley #2 with Jess.
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-tteixeira committed Dec 16, 2024
1 parent 5bae17d commit b19cbd1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions styles/text.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,16 @@ tt.docutils.literal {
@apply text-base;
}

/* Improve `code` links. Don't use border, use underline instead. */
p > a:has(tt.docutils.literal) {
@apply border-0;
}

/* Improve `code` links. Don't use border, use underline instead. */
p > a > tt.docutils.literal {
@apply underline;
}

p a code {
@apply border-none p-0;
}
Expand Down

0 comments on commit b19cbd1

Please sign in to comment.