Skip to content

Commit 90723af

Browse files
phillipjrvagg
authored andcommitted
doc: made code spans more visible in the API docs
This makes the code spans in the API docs more visible and therefore readable by adding some background color. PR-URL: #3573 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Roman Reiss <[email protected]>
1 parent 65cd03c commit 90723af

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/api_assets/style.css

+2
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,8 @@ p code,
339339
li code {
340340
font-size: 0.9em;
341341
color: #040404;
342+
background-color: #f2f5f0;
343+
padding: 0.2em 0.4em;
342344
}
343345

344346
span.type {

0 commit comments

Comments
 (0)