Skip to content

Commit a2b7596

Browse files
jperssonrvagg
jpersson
authored andcommitted
doc: fix color of linked code blocks
Links nested in backticks were not visually distinguishable before, this fixes them. PR-URL: #4068 Reviewed-By: Roman Reiss <[email protected]>
1 parent a76d788 commit a2b7596

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/api_assets/style.css

+4
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,10 @@ li code {
343343
padding: 0.2em 0.4em;
344344
}
345345

346+
a code {
347+
color: inherit;
348+
}
349+
346350
span.type {
347351
color: #222;
348352
}

0 commit comments

Comments
 (0)