Browse Source

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>
v5.x
jpersson 9 years ago
committed by Rod Vagg
parent
commit
a2b7596ac0
  1. 4
      doc/api_assets/style.css

4
doc/api_assets/style.css

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

Loading…
Cancel
Save