From 245a92894bdc15d7120370bccd6d7ee943333ba9 Mon Sep 17 00:00:00 2001 From: Roman Reiss Date: Mon, 21 Nov 2016 19:24:02 +0100 Subject: [PATCH] doc: fix inside stability boxes Fixes: https://github.com/nodejs/node/issues/9714 PR-URL: https://github.com/nodejs/node/pull/9723 Reviewed-By: Jeremiah Senkpiel Reviewed-By: Luigi Pinca --- doc/api_assets/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index c187079a26..f45c4672af 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -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;