From 0d720a4a5ccd36f922b53cb562f43a909e04fefb Mon Sep 17 00:00:00 2001 From: James M Snell Date: Fri, 19 Mar 2021 10:54:53 -0700 Subject: [PATCH] doc: apply style for legacy status MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: James M Snell PR-URL: https://github.com/nodejs/node/pull/37784 Reviewed-By: Anna Henningsen Reviewed-By: Matteo Collina Reviewed-By: Vladimir de Turckheim Reviewed-By: Michaƫl Zasso Reviewed-By: Michael Dawson Reviewed-By: Beth Griggs --- doc/api_assets/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index e1538d962e2545..023f13fb075f0b 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -4,6 +4,7 @@ --black1: #090c15; --black2: #2c3437; --black3: #0d111d; + --blue1: #00f; --white: #ffffff; --white-smoke: #f2f2f2; --grey-smoke: #e9edf0; @@ -263,6 +264,10 @@ ol.version-picker li:last-child a { background-color: var(--green2); } +.api_stability_3 { + background-color: var(--blue1); +} + .module_stability { vertical-align: middle; } @@ -372,7 +377,7 @@ dd + dt.pre { #apicontent { padding-top: 1rem; } - + #apicontent section { content-visibility: auto; contain-intrinsic-size: 1px 5000px;