doc: fix color of linked code blocks

Links nested in backticks were not visually distinguishable before, this
fixes them.

PR-URL: https://github.com/nodejs/node/pull/4068
Reviewed-By: Roman Reiss <me@silverwind.io>
pull/4068/merge
jpersson 2015-11-29 12:51:24 -05:00 committed by Roman Reiss
parent 8a469e4b3c
commit f4f1e89bf1
1 changed files with 4 additions and 0 deletions

View File

@ -343,6 +343,10 @@ li code {
padding: 0.2em 0.4em;
}
a code {
color: inherit;
}
span.type {
color: #222;
}