Skip to content

Commit 5838e52

Browse files
Volley #2 with Jess.
1 parent 5bae17d commit 5838e52

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

styles/text.scss

+10
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,16 @@ tt.docutils.literal {
118118
@apply text-base;
119119
}
120120

121+
/* Improve `code` links. Don't use border, use underline instead. */
122+
. p > a:has(tt.docutils.literal) {
123+
@apply border-0;
124+
}
125+
126+
/* Improve `code` links. Don't use border, use underline instead. */
127+
. p > a > tt.docutils.literal {
128+
@apply underline;
129+
}
130+
121131
p a code {
122132
@apply border-none p-0;
123133
}

0 commit comments

Comments
 (0)