doc: fix <code> inside stability boxes
Fixes: https://github.com/nodejs/node/issues/9714 PR-URL: https://github.com/nodejs/node/pull/9723 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This commit is contained in:
parent
3f1e38c847
commit
245a92894b
@ -362,6 +362,11 @@ tt, code {
|
||||
padding: .1em .3em;
|
||||
}
|
||||
|
||||
.api_stability code {
|
||||
background: rgba(0, 0, 0, .1);
|
||||
padding: .1em .3em;
|
||||
}
|
||||
|
||||
a code {
|
||||
color: inherit;
|
||||
background: inherit;
|
||||
|
Loading…
x
Reference in New Issue
Block a user