Skip to content

Commit 44ae028

Browse files
silverwindaddaleax
authored andcommitted
doc: fix <code> inside stability boxes
Fixes: #9714 PR-URL: #9723 Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 5379b9d commit 44ae028

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/api_assets/style.css

+5
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)