Skip to content

Commit 245a928

Browse files
committed
doc: fix <code> inside stability boxes
Fixes: nodejs#9714 PR-URL: nodejs#9723 Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 3f1e38c commit 245a928

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

doc/api_assets/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,11 @@ tt, code {
362362
padding: .1em .3em;
363363
}
364364

365+
.api_stability code {
366+
background: rgba(0, 0, 0, .1);
367+
padding: .1em .3em;
368+
}
369+
365370
a code {
366371
color: inherit;
367372
background: inherit;

0 commit comments

Comments
 (0)