Skip to content

Commit b4dc79a

Browse files
committed
fixup! doc: add distinctive color for code elements inside links
1 parent 6658801 commit b4dc79a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api_assets/style.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,8 @@ a code {
600600
margin-bottom: 0;
601601
}
602602

603-
#column2 ul li a {
603+
#column2 ul li a,
604+
#column2 ul li a code {
604605
color: var(--color-text-nav);
605606
border-radius: 0;
606607
}

0 commit comments

Comments
 (0)