mirror of https://github.com/nodejs/node.git
doc: apply style for legacy status
Signed-off-by: James M Snell <jasnell@gmail.com> PR-URL: https://github.com/nodejs/node/pull/37784 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com>
This commit is contained in:
parent
64ba27cddd
commit
d3417bbafb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue