Skip to content

Commit 6da0a0e

Browse files
jasnellruyadorno
authored andcommitted
doc: apply style for legacy status
Signed-off-by: James M Snell <[email protected]> PR-URL: #37784 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Vladimir de Turckheim <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Beth Griggs <[email protected]>
1 parent 185d4cd commit 6da0a0e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/api_assets/style.css

+6-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
--black1: #090c15;
55
--black2: #2c3437;
66
--black3: #0d111d;
7+
--blue1: #00f;
78
--white: #ffffff;
89
--white-smoke: #f2f2f2;
910
--grey-smoke: #e9edf0;
@@ -263,6 +264,10 @@ ol.version-picker li:last-child a {
263264
background-color: var(--green2);
264265
}
265266

267+
.api_stability_3 {
268+
background-color: var(--blue1);
269+
}
270+
266271
.module_stability {
267272
vertical-align: middle;
268273
}
@@ -372,7 +377,7 @@ dd + dt.pre {
372377
#apicontent {
373378
padding-top: 1rem;
374379
}
375-
380+
376381
#apicontent section {
377382
content-visibility: auto;
378383
contain-intrinsic-size: 1px 5000px;

0 commit comments

Comments
 (0)