mirror of https://github.com/nodejs/node.git
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
parent
8a469e4b3c
commit
f4f1e89bf1
|
@ -343,6 +343,10 @@ li code {
|
|||
padding: 0.2em 0.4em;
|
||||
}
|
||||
|
||||
a code {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
span.type {
|
||||
color: #222;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue