Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api_assets/style.css')
-rw-r--r--doc/api_assets/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css
index acab9bfa048..4bff9e3299f 100644
--- a/doc/api_assets/style.css
+++ b/doc/api_assets/style.css
@@ -598,7 +598,8 @@ hr {
padding-left: 5rem;
}
-#toc .stability_0::after {
+#toc .stability_0::after,
+.deprecated-inline::after {
background-color: var(--red2);
color: var(--white);
content: "deprecated";