Skip to content

Commit

Permalink
doc: fix color of linked code blocks
Browse files Browse the repository at this point in the history
Links nested in backticks were not visually distinguishable before, this
fixes them.

PR-URL: #4068
Reviewed-By: Roman Reiss <me@silverwind.io>
  • Loading branch information
jpersson authored and silverwind committed Nov 30, 2015
1 parent 8a469e4 commit f4f1e89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/api_assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,10 @@ li code {
padding: 0.2em 0.4em;
}

a code {
color: inherit;
}

span.type {
color: #222;
}
Expand Down

0 comments on commit f4f1e89

Please sign in to comment.